InterviewSolution
Saved Bookmarks
| 1. |
What Will Math.abs () Do? |
|
Answer» It simply returns the absolute value of the value supplied to the method, i.e. GIVES you the same value. If you supply NEGATIVE value it simply REMOVES the sign. It simply returns the absolute value of the value supplied to the method, i.e. gives you the same value. If you supply negative value it simply removes the sign. |
|