Computer Science, asked by anjalimauryasultan20, 8 months ago

Explain why the following variable names are
invalid
a)
123 ABC
(c) zipcode
(e) Print
ib)
id name 12.5
# name
write
sto zip-code
the correct version of each of these names​

Answers

Answered by nafeess2019
2

Answer:

a)The variable is invalid if the digits are first and no special characters except $ and _ are allowed in java.

c)It is a keyword in java.

PS: please specify your question properly :)

Similar questions