Homework Assignment 2

Assigned: Monday, Jan 29.
Due: Monday, Feb 5.

Read: 3.1, 3.2, 4.1, 4.2.

Do: 3.8.1, 3.8.2, 4.10.1, 4.10.2.

Program:

  1. Write a program which inputs two integers and prints the larger of the two.

  2. Write a program which inputs three integers and prints the middle value of the two.
    Here is the problem broken down into 3 easier steps.