MCQOPTIONS
Saved Bookmarks
| 1. |
Which one is a correct if statement |
| A. | if{condition} (statement) |
| B. | if condition {statement} |
| C. | if(condition) {statement} |
| D. | if{condition} statement |
| Answer» D. if{condition} statement | |