answer the following .
1 ) Identify which of the following are valid or invalid variable names . give reason for invalid names.
( a) Num%
(b) First Name
(c) Value 1
(d) Int
(e) stock
Answers
Answered by
1
Answer:
a) valid
b) invalid ( first name is not used as variable)
c) invalid( value 1 is not used as variable)
d) valid
e)invalid( stock is not used as variable)
Similar questions