Assignments

 

Assignments turned in via Angel Drop Box must include both the program ( .cpp )
file and a screen capture of actual program execution demonstrating proper operation.

All material turned in on paper to be graded must have at the top your complete name,
an identification as in "Assignment 2" on ONE LINE, the very first line. Example:

John Jones          Asssignment 2         

The easy way to do this is to put it in Word and then print it out, be sure to
include a screen shot of program operation. 

Assignments with two problems must be turned in together.

Sample

 

Having Assignments here seems to lead to confusion,
all assignment information and requirements will be
updated in the Angel on line system....
 

 

Assignment  # 5  if statements       40 points        Due March 23

2 problems from the end of chapter 4 (40 points):

#12, page 240 -- Bank charges.  Assume that the $15 charge applies if the BEGINNING balance is less than $400.

#23 - 24, page 243 - 244 -- Internet Service Provider.  This should be planned and written as one program.

Note that both programs require you to validate inputs.  When the user enters an invalid input, the program should issue an appropriate error message and stop.

Name and assignment number on top line first page.

C++ source code with appropriate comments (which will be

graded) and representative console screen shots demonstrating

operation are required.  Comments in the heading should

provide a description of program operation.

Begin Challenge #23-24 on new page.

Place C++ file in Angel system drop box.


Assignment  # 6  Loops       40 points                     Due Wed April 6

2 problems from Gaddis book:
Programming Challenges #6 (Distance Traveled), p. 299.
Programming Challenges #9 (Hotel Occupancy), P. 300.

Name and assignment number on top line first page.

C++ source code with appropriate comments (which will be

graded) and representative console screen shots demonstrating

operation are required.  Comments in the heading should

provide a description of program operation.

Begin Challenge #9 on new page.

Place C++ file in Angel system drop box.