+ 1
If we define a variable like "int Size". how we get the value?
In many situations the variable shoud be constant like coding competions. That time they fixed the variable name like "Age". How we get or set the value?
1 Odpowiedź
+ 2
int size = "170";
System.out.println(size);