+ 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?

2nd Jun 2017, 6:28 AM
Dinesh Kesawamoorthy
Dinesh Kesawamoorthy - avatar
1 Odpowiedź
+ 2
int size = "170"; System.out.println(size);
2nd Jun 2017, 7:24 AM
Maart
Maart - avatar