public class Strings8
extends java.lang.Object
| Constructor and Description |
|---|
Strings8() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Get two Strings from the Scanner object and display them to the console
twice concatenated using both the String.concat() method and the
concatenation (+) operator.
|