Identify each of the tokens in the statement: int sum = 15 + ‘A’
Answers
Answered by
6
Answer:
int => Keyword
sum => Variables or Identifiers
= => Assignment operator
15 => Literals
+ => Arithmetic operator
'A' => Character constant
Explanation:
HTH!¡! :)
Similar questions
Math,
12 hours ago
Math,
23 hours ago
English,
23 hours ago
Computer Science,
8 months ago
Math,
8 months ago