This program will classify your UPS packages (assuming they are in boxes). Please measure the following things: 1. the length in inches (or height, from top to bottom). 2. the width of the longest side in inches 3. the width of the shortest side in inches 4. the weight of your package in pounds hit the space bar when you're ready to start. How many packages do you have today? 5 PACKAGE #0 Enter the length (in inches): 45 Enter the width of the longest side (in inches): 30 Enter the width of the shorter side (in inches): 10 Enter the weight (in pounds): 55 That is an oversize2 package. PACKAGE #1 Enter the length (in inches): 20 Enter the width of the longest side (in inches): 22 Enter the width of the shorter side (in inches): 15 Enter the weight (in pounds): 25 That is an oversize1 package. PACKAGE #2 Enter the length (in inches): 50 Enter the width of the longest side (in inches): 43 Enter the width of the shorter side (in inches): 35 Enter the weight (in pounds): 80 That is an invalid package. PACKAGE #3 Enter the length (in inches): 10 Enter the width of the longest side (in inches): 18 Enter the width of the shorter side (in inches): 10 Enter the weight (in pounds): 14 That is a regular package. PACKAGE #4 Enter the length (in inches): 12 Enter the width of the longest side (in inches): 14 Enter the width of the shorter side (in inches): 10 Enter the weight (in pounds): 22 That is a regular package. Package totals: regular packages 2 oversize1 packages 1 oversize2 packages 1 invalid packages 1 That's it! Hit the space bar to exit the program.