Friday, September 14, 2007

Provide yourself an example (not one from your instructor) of how you use a particular command that...

System.out.print();

This command prints anything to the screen (in a console-like output).

It can be used to print a string "like normal text" or the answer to a mathematical problem 5*5 or almost anything.

No comments: