main
. When you execute a
standalone Java program, the Java virtual machine performs the
computations specified in that main
method.
+
. Operators do their work on operands.
System.out.print(expression whose value is to be displayed);
println
instead of print
.