Question: 28. (Multiple choice) The condition for this while loop is supposed to check the input variable called response to see if it equals Y or

 28. (Multiple choice) The condition for this while loop is supposed

28. (Multiple choice) The condition for this while loop is supposed to check the input variable called response to see if it equals Y or y. Choose the appropriate option below so that it works properly. while ( response == ' Y ' \& response == ' y ') A. while ( response = ' Y&& response = ' y ') B. while ( response ==Y ' \& response == ' y ') C. while ( response ==Y ' response == ' ') D. while ( response ==Y ' response == ' y ')

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!