Computer Science, asked by Rakesh000074684, 5 months ago

Identify invalid variable names from the following, write reason for each : int , s.i , tot_strength , 9tag

Answers

Answered by yashaswinishivaraju
4

Answer: int because it's name of the data type .

s.i. because it should not contain any special characters other than characters.

tot_strength it shld nt contain underscore

9tag because it not not contain any numerical values .

Explanation:

hope it's helpful

Similar questions