Solved

Suppose You Are 20 Years Old, Num Is an Integer  num =1+ CInt (InputBox ("How old are you?")) \text { num } = 1 + \text { CInt (InputBox ("How old are you?")) }

Question 50

Multiple Choice

Suppose you are 20 years old, num is an integer variable, and the statement  num =1+ CInt (InputBox ("How old are you?") )  \text { num } = 1 + \text { CInt (InputBox ("How old are you?") ) }
is executed and responded to? What will be the output of txtBox. Text == num &"\& " years old ""


A) 1 + "How old are you?"
B) Syntax error
C) 20 years old
D) 21 years old

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions