MCQOPTIONS
Saved Bookmarks
| 1. |
What is the value of message?$name = “John”;$message = ‘Hello, $name’;? |
| A. | Hello, John |
| B. | it will print an error message |
| C. | ‘Hello, $name’ |
| D. | none of above |
| Answer» D. none of above | |