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
Instead of "y" do this 'y'. "" Represents string.
"y"
'y'
""