InterviewSolution
Saved Bookmarks
| 1. |
Write a Java Script program to find square of a number using function. |
|
Answer» Math.sqrt(16)Output = 4Explanation:is very EASY just do it and GET ur ANSWER |
|