Evaluating Expressions that use the Math Class
Need Help? Check out these resources!
Evaluating Expressions
|
Grab a Piece of Paper! |
Evaluate each expression. Verify your answer by uncommenting the code and running the code in the Java Playground. |
Determine the Range of Values
|
Grab a Piece of Paper! |
Detemine the range of each random expression. |
Random Practice
- (int)(Math.random() * 401) + 100;
- Math.random() * 11;
- (int)(Math.random() * 21) + 20;
- (int)(Math.random() * 89) + 11;
- (int)(Math.random()) + 10;