CIS 264 C++ Programming for Engineers

Project 1:  Leap Year

The purpose of this exercise is to test your installation of the C++ development environment and become familiar with its basic tools.

Create a working version of the Leap Year program as given in the Chapter 1 Problem Solving Case Study on page 36.

Be sure to include a comment header similar to the one below for this and all future programs.

//********************************************
// Programming Assignment One
// (Your Name)
// (Course Info, e.g. CIS 123 – M,W 1pm)
// (Today’s Date)
//
// (Problem Description)
// The purpose of this project is to...
//********************************************
 

Compile the program, identify and correct any errors.

Run the program, using the sample data from Chapter 1 in the textbook.

For grading purposes, hand in a printout of the source code (with line numbers) and printouts (screen shots are OK) showing the output from your working program.