From the following find out which statement with produce.
an error. Give reason too
Attachments:
Answers
Answered by
4
b. y = 037 [ it is an decimal number which can't be started with a zero]
c = 0o98 [ it is an octal system and digit 9 can;t be present here]
d. 56thnumber =3300 [ variable can't be started with numbers]
f. ! Taylor = 'Instant' [variable name can't be started with !]
g. this variable = 87.E02[ variable name cannot contain any space]
h. float = .17E - 03[ variable name can't be a key word]
Similar questions