Toggle navigation
CS 3520
Web Site Development
Outline
(current)
Work
More
Syllabus
Links
Instructor
In Class Example
NOT TURNED IN
Create a class called
PrintArgs
that prints out all arguments passed to a Java program. (Hint: the information passed to the main() method is declared as follows: main(String args[]))
Solution
© Lynne Grewe