ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What can be used to print "yes, no"?
Correct Answer: A — (print "yes,no")
(print "yes,no") will print yes,no. Write has exclamation mark (!) in its argument so not correct. Multiple prints used will print their arguments in new line. So, the two times and three times used print will not print "yes,no" continuously, hence these options are wrong.