Find the error.
hello =4
a =5
c = hello *a * a
1class = c+20
2class = 1class *10
Answer:
1class and 2class are invalid identifiers since they start with a digit.
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at Dec. 13, 2024 by Teachoo
Answer:
1class and 2class are invalid identifiers since they start with a digit.