Java Practice-it Introduction to Java Programming | Exercise 1.3 WellFormed

Опубликовано: 16 Октябрь 2024
на канале: Computer Engineering life
702
7

Topics:
basics , classes, escape sequences, println


Question:
Write a complete Java program in a class named WellFormed that prints the following output:

A well-formed Java program has
a main method with { and }
braces.

A System.out.println statement
has ( and ) and usually a
String that starts and ends
with a " character.
(But we type \" instead!)


Problem:
https://practiceit.cs.washington.edu/...