InterviewSolution
Saved Bookmarks
| 1. |
Which Opearator Can Be Used To Get The Exponent Of A Number In Vbscript? |
|
Answer» ^ OPEATOR is USED to get the EXPONENT of two numbers. Example: Dim a : a = 5 ^ opeator is used to get the exponent of two numbers. Example: Dim a : a = 5 |
|