public class Character1
extends java.lang.Object
| Constructor and Description |
|---|
Character1() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Gets two char values from the Scanner and copies one of those char values
to a third char, examines those char values using methods of the Character
class, and displays the results to the console.
|
public static void main(java.lang.String[] args)
args - the command line String[] array arguments