Computer Science, asked by technosmart24x7, 22 days ago

. A variable name can begin with a digit ​

Answers

Answered by pranjal24966
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!

Answered by MeginniGirl077885
1

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!

Hope this helps:)

Similar questions