For some reason I am having trouble comparing strings when inside a while statement using the using the && and || operators.
while (input.equals("Yes")) && (input.equals("No"))
The error message implies the parentheses are ending the statement prematurely.
Can someone please give me a suggestion?
Thanks,
Jim