0
Java doubt
How to give the output message
3 Answers
+ 4
You must take the introduction to java course.There you will learn to output message in the first lesson of the course.
+ 3
System.out.print();
0
System.out.println();
How to give the output message