Computer Science, asked by the7epic7gamer7, 23 hours ago

Identify each of the tokens in the statement: int sum = 15 + ‘A’​

Answers

Answered by ItzAlluringBabe
6

Answer:

int => Keyword

sum => Variables or Identifiers

= => Assignment operator

15 => Literals

+ => Arithmetic operator

'A' => Character constant

Explanation:

HTH!¡! :)

Similar questions