ITC C106 Lecture - Command Line Arguments
ITC C106 Lecture - Command Line Arguments
Programming II
java Sort 11 33 22 44 35
}
}
Command-line Arguments
• If your program needs to support a numeric
command-line argument, it must convert a String
argument that represents a number, such as "34",
to a number.