COSC 072: Computer Science II

Homework 1
Summer 2010

Due: T 7/15 @ 5 8 PM
2 points

This homework is to get you familiar with how you'll be submitting projects this semester. You are to

  1. Get the code from class (avgnums) running on your chosen development platform.
  2. Submit only the .h and .cc/.cpp files for the project in a zip file via Blackboard.

Get the avgnums program running on your chosen development platform. At the top of the file main.cc (or the file containing the main function), place the following header comment, with the appropriate substitutions:

//
// COSC 072 Homework 1
// Name: <your name>
// ID: <GoCard ID>
// E-mail: <e-mail address>
// Instructor: Maloof
// TA: <TA's name>
//
// In accordance with the class policies and Georgetown's Honor Code,
// I certify that, with the exceptions of the class resources and those
// items noted below, I have neither given nor received any assistance
// on this project.
//

Copyright © 2019 Mark Maloof. All Rights Reserved. This material may not be published, broadcast, rewritten, or redistributed.