What is the result of evaluating the following expression?(3 + 6 * 7) / 3 + 2
22 Likes
(3 + 6 * 7) / 3 + 2⇒ (3 + 42) / 3 + 2⇒ 45 / 3 + 2⇒ 45 / 3 + 2⇒ 15 + 2⇒ 17
Answered By
15 Likes
Why can a keyword not be used as a variable name?
Why does Java use the Unicode character set?
What are escape sequences in Java? Give three examples.
What is a token in Java? Name the tokens available in Java.