When I run the Javac, it tells me that i have an incomparable data types char and String in the
while(responseChar == \"y\")
not sure what
To define a character literal, use a single quote: '. Double quotes define string literals.
'
while(responseChar == 'y')