Airline Shipping

 

Crash and Burn Airlines will not accept luggage heavier than 50 kilograms or larger than 1 m3 (1,000,000 cm3).  Write a Package Check program that lets the user enter the height, length, width and weight of a package and then displays an appropriate message (too large, too heavy, too large and heavy, package ok).  The application should ask the user to enter the data in kg and cm.

 

Evalution /10 marks

2 marks – Aesthetics and User Interface

2 marks – Getting the data into 4 variables

2 marks – Calculating the volume

4 marks – Writing the proper message (If , AND, OR will be needed)