Using C++ Variables, Data Types, and Keywords
In this exercise, you use what you have learned about naming variables, data types, and keywords to answer Questions.
Is each of the following a legal C++ variable name? (Answer yes or no.)
myIDNumber |
| this_is_a_var |
| AMOUNT |
|
yourIDNumber |
| amount |
| $amount |
|
int |
| 10amount |
| doubleAmount |
|
July31 |
| one amount |
| Amount |
|
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.