Assignment 1 for Computer Programming I | CS 121, Assignments of Computer Science

Material Type: Assignment; Class: Computer Programming I; Subject: Computer Science; University: Pace University-New York; Term: Fall 2005;

Typology: Assignments

Pre 2010

Uploaded on 08/09/2009

koofers-user-d1i
koofers-user-d1i 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CRN:98651 Pace University Fall 2005
CS121 Computer Programming I
Assignment 1
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.

Partial preview of the text

Download Assignment 1 for Computer Programming I | CS 121 and more Assignments Computer Science in PDF only on Docsity!

CRN:98651 Pace University Fall 2005

CS121 Computer Programming I

Assignment 1

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.