Suppose you are 20 years old, num is an integer variable, and the statement num = 1 + 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
(D) 21 years old
Computer Science & Information Technology
You might also like to view...
Google+ integrates perfectly with the rest of Google as do competing social networks
Indicate whether the statement is true or false
Computer Science & Information Technology
Each row in a database is called a:
A) record. B) field. C) table. D) cell.
Computer Science & Information Technology