For our first Lab (our 0th lab !) write a C++ program whick takes 3 integer values from the user and prints out the 3 integers and their maximum. The maximum value printed must appear on the next line. A sample dialogue should look like this:

Please enter 3 integers
-10 32 8
The integers entered are: -10 32  and 8
The maximum is 32
 

Call your source code Lab0.cpp then save it into
P:\Class\Math\Aydin\Math118\Your_last_name
to be graded

It is due Tuesday, 9/3/02  9 am. Do not access the file after that date.