InterviewSolution
Saved Bookmarks
| 1. |
Name the class that is used for different mathematical functions. Give an example of a mathematical function. |
|
Answer» Math class is used for mathematical function. E.g. sqrt(), abs(); |
|