Work with the Text
Store and combine string values, print with special characters.
We'll cover the following...
We'll cover the following...
Java uses String
to represent text. This lesson teaches you how to create, combine, and print strings.
Goal
You’ll aim to:
Create and print
String
values.Use ...