How to call these methods?
Recall: Use class name not object name to call static methods:
double x = Math.sin(183.2);
double root = Math.sqrt(33);
int y = Math.max(5, 4);
Previous slide
Next slide
Back to first slide
View graphic version