Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
Java Programming

Tutorial: Number Functions

 
The basic mathematical operators (add, subtract, multiply, divide) are:
+   -   *    /
Math functionsSample evaluation
Math.min Math.max Math.min(3,4) is 3

1. Math.max


Big

Print the largest of pi squared and e cubed.