Computer Science, asked by misbahbhaiyat, 9 months ago

A variable name can start with a digit.​

Answers

Answered by shailendrakumaar
0

Answer:

Variable names cannot start with a digit, because it can cause some problems like below: int a = 2; int 2 = 5; int c = 2 * a; what is the value of c? is 4, or is 10!

Explanation:

Pls mark me as brainlist.

Answered by SamMarvin
1

Answer:

yes

Explanation:

a variable can start with a digit

Ex: 5x

     7x²

Similar questions