MCQOPTIONS
Saved Bookmarks
| 1. |
Which values should be assigned to the variables $a, $b and $c in order for the following script to display the string Hello, World!? |
| A. | True, True, False |
| B. | False, True, False |
| C. | False, False, True |
| D. | False, True, True |
| Answer» D. False, True, True | |