DIM a$ DIM b INPUT "Enter a number ", a$ b = VAL(a$) ? "The value of b = ", b
DIM
INPUT
"Enter a number "
=
VAL
(
)
"The value of b = "