How to get the integer value from a string ?

  1. print([int] 100 )

  2. print (Val("100"))

  3. iTemp = INTEGER(100)

  4. INTEGER iTemp = Val ("100")


Correct Option: D

Find more quizzes: