filmov
tv
Java Practice-it Introduction to Java Programming | Exercise 1.6 MuchBetter

Показать описание
Topics:
classes, println
Question:
Write a complete Java program in a class named MuchBetter that prints the following output:
A "quoted" String is
'much' better if you learn
the rules of "escape sequences."
Also, "" represents an empty String.
Don't forget: use \" instead of " !
'' is not the same as "
Problem:
classes, println
Question:
Write a complete Java program in a class named MuchBetter that prints the following output:
A "quoted" String is
'much' better if you learn
the rules of "escape sequences."
Also, "" represents an empty String.
Don't forget: use \" instead of " !
'' is not the same as "
Problem: