InterviewSolution
Saved Bookmarks
| 1. |
Write down the visual basic code to findsquare root ofa number ? |
|
Answer» IMPORT maths print(SQFT(a)) NOTE: to above is written in python a is a NUMBER |
|