Which of the following variable declarations are correct? If a variable declaration is not correct, give the reason(s) and provide the correct variable declaration.
| 55 = age; | //Line 1 |
| char letter = ' '; | //Line2 |
| string message = 'First test is on Monday' | //Line 3 |
| int one = 5; | //Line 4 |
| int prime; | //Line 5 |
| double x, y, z; | //Line 6 |
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.