Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
write a program that prints the questionquot;do you want to continue?quot;and reads a user input. if the user input isquot;yquot;,
write a program that prints the question"do you want to continue?"and reads a user input. if the user input is"y", "yes", "ok", "sure", or "why not?" , print out "ok". if the user input is "n" or "no", then print out "terminateing ".otherwise, print "bad input". the case of the user input should not matter.