public class Strings4
extends java.lang.Object
| Constructor and Description |
|---|
Strings4() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Get two Strings from the Scanner and test to see if the first String is
equal to, greater than or less than the second String.
|
public static void main(java.lang.String[] args)
args - the command line String[] array arguments