1.

State whether the variables given below are valid or invalid(state reason if invalid) . i) 8GT ii) my score iii) avg# iv) my_prog2

Answer»

1. INVALID 2. Invalid3. Invalid 4. ValidExplanation:1.A VARIABLE doesn't START with a number.2.A variable doesn't contain whitespace.3.A variable doesn't contain this special CHARACTER '#' .



Discussion

No Comment Found