+ 1
Whats a bad_var?
is it a bad variable
1 Resposta
+ 4
Example: You want to create a program to determine whether the number is even or odd.
The variable that contains the number should be named int num or int number.
You should not name it as int a or int b.
You will not become confuse😉