Identify and name the following tokens: a. public b. ‘a’ c. == d. { } . Give answer in short
Answers
Answered by
18
Answer:
Explanation:
a. public- Access Specifier
b. ‘a’- Character Literal
c. == - Relational Operator
d. { } - Separators
Answered by
7
Answer:
a) keyword
b) literal
c) operator
d) separator
Similar questions