1. Write a program that prompts the user to input an integer. The program should then output the number and a message saying whether the number is odd or even.
2. Rectangle packages (boxes) may be sent by first class mail if their length plus girth is 100 inches or less. (Girth is distance around the middle of the package or package perimeter. You must calculate the perimeter in the algorithm.) Write a program to have the user input the length, width, and height of the parcel. Output the length, width, height, total girth, total size of the package (length plus girth), and whether or not the it may be sent by first class.
Im not sure how to get started all i know for sure is the if then statements but thats about it.