Try it out!
100%
LESSONS &
TOPICS
Try it out!
Try it out!
Create 3 additional System.out.println statements to do the following:
Print 42 — don’t add quotes. Let Java’s println method cast the number to a string for you.
Print 3.14, this time in quotes.
Print the result of 7 – 2.
×