Computer Science, asked by agentarnav14, 22 hours ago

Give reasons why the following variable names are invalid.
1.2ABC
2.Tital marks​

Answers

Answered by simonsaikia9
0

Answer:

2) tital marks

Explanation:

We must avoid space while naming a variable.

use underscore (_) instead of space.

eg: total_marks, payable_amount

Similar questions