public class Strings5
extends java.lang.Object
| Constructor and Description |
|---|
Strings5() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Get two Strings from the Scanner and display a message that indicates if
the second String is found within the first String.
|
public static void main(java.lang.String[] args)
args - the command line String[] array arguments