MCQOPTIONS
Saved Bookmarks
| 1. |
What can be used to print “yes, no”? |
| A. | (print “yes,no”) |
| B. | (write “yes , no!”) |
| C. | (print “yes,”)(print “,no”) |
| D. | (print “yes”)(print “,”)(print “no”) |
| Answer» B. (write “yes , no!”) | |