/*
 LAB 4
 Read in two numbers.
 Test each number to see if the number is positive or negative
 (assume 0 is positive).
 Print a message about each number telling whether it is
 positive or negative.

 Do this again for two more numbers.
*/