Quiz
Let's solve a quiz to see where you stand!
Technical Quiz
1.
Which of the following is the correct way to declare a variable number
?
A.
int number
B.
number int;
C.
int number;
D.
number int
1 / 5
🎉Congratulations! You ...
Let's solve a quiz to see where you stand!
Which of the following is the correct way to declare a variable number
?
int number
number int;
int number;
number int
🎉Congratulations! You ...