- Engineering
- Computer Science
- which are invalid variable declarations that will cause compiler errors...
Question: which are invalid variable declarations that will cause compiler errors...
Question details
Which are invalid variable declarations that will cause compiler errors?
a. int number$1 = 10;
b. int number#1 = 10;
c. int 21stJump = 10;
d. int number_1 = 10;
e. int Number1 = 10;
Solution by an expert tutor
