Which of the following is not a valid literal?
a) 5
b) a
c) ‘a’
d) “a”
Answers
Answered by
1
Answer:
Explanation:
c)
hope it helps you mark me as brainlist
Answered by
0
Answer:
option c
Java Literals are syntactic representations of boolean, character, numeric, or string data. Literals provide a means of expressing specific values in your program. For example, in the following statement, an integer variable named count is declared and assigned an integer value.
Explanation:
Similar questions