
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: Computer Programming I; Subject: Computer Science; University: Pace University-New York; Term: Fall 2005;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Assigned on October 11, 2005 Due on October 18, 2005
Write a program that a. accepts variable number of integers as command-line arguments; b. print out the sorted list of the integers on a single line; c. print out the total value of the integers; d. print out the number of the integers that are even numbers.
The assignment is also posted in forum Assignments inside Discussion Board of CS121 Blackboard. Submit your completed source code file as an attachment to your reply to my assignment 1 thread.
Please add your name, your assignment completion date, and the above assignment problem description as comments at the beginning of your source code.
Please make sure that your program works correctly, and the source code is formatted properly with proper column alignment and line indentation. Add necessary concise comments to your tricky points for helping readers understand your program. There will be penalties for improper code alignment or indentation.