CS 110 Intro to Computer Systems
Date Project
Version 1.00
Due 21 September, Friday, 9 PM
10 Points

Introduction

Write a small program (C/C++) that takes input from the user via the command line and checks that input for validity, and prints out the date as mm/dd/yy . The 1st parameter is a character string of 3 characters that is the abbreviation of the month. The 2nd parameter is an integer that is the day of the month. The 3rd parameter is an integer specifying the year. You do NOT have to worry about the user putting a character in place of an integer, but you do need to worry about the range of integers, e.g., negative where you really want positive.

What to Turn-in and Submit

Last modified Sept 25, 01 by mike@cs.hmc.edu