Ask your own question, for FREE!
Computer Science 11 Online
OpenStudy (anonymous):

What shall I put wherein in the else statement the program will end if the scanned answer is not a 'Y' or a 'y'

OpenStudy (anonymous):

in c++ you can write if(dummy==121||dummy=89)//dummy is character type variable,just for ur understanding break; Y has ascii of 89 and y has 89+32=121 actually u can get ur solution by using ascii or simply as if(dummy=='Y' || dummy== 'y') break;

OpenStudy (anonymous):

we were not allowed to do such thing ... any other ways???

OpenStudy (anonymous):

do u know if-statement? and is it allowed? m not asking about compound if statement)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!