+ 2
How do I print variables in JAVA?????
How do I?????
3 Answers
+ 2
int num = 2;
System.out.print(num);
+ 4
AJ/AY I appreciate the advice, : ) ... Thanks!
+ 1
Random_Coder_974 You started to learn Java and this is basic things. I will just suggest you don't go fast forward. Try to understand basics of Java because it will help in bigger programming.