public class Strings11
extends java.lang.Object
| Constructor and Description |
|---|
Strings11() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Get a String from the Scanner, split the String into an array of "tokens"
and display each element in the array separately to the console.
|
public static void main(java.lang.String[] args)
args - the command line String[] array arguments