Computer Science, asked by shrestha13092007, 9 months ago


Identify the following as valid or invalid variables giving reasons if not valid.(Java language)
a) cost_price
b) average@Nos
c) total amount
d) name$
e) Count_Nos
f) class
g) rollno
h) simple-interest
i) $section
j) MAX_TEMP​

Answers

Answered by jitinkumar14
3

Explanation:

options B,C,D,I are not allowded because of signs like dollar or @...

option C is not allowded due to space between numbers

option f is not allowded due to this is a key word...

llz mark as brainliest

Similar questions