public class Strings3
extends java.lang.Object
| Constructor and Description |
|---|
Strings3() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Get two Strings from the Scanner and display a message to the console which
indicate whether of not the two Strings are equal both for case sensitive
and case insensitive conditions.
|
public static void main(java.lang.String[] args)
args - the command line String[] array arguments