Write a C++ program that prompts the user for two values. The program then prints the two numbers in ascending order. If the two values are identical it prints a single line saying that both numbers are identical.
2. Write a C++ program that prompts the user for four values. These are the height, length, and width of a crate, and the cost per square foot for the crate materials. The program will calculate the surface area of the crate and the cost to build the crate. The program will print the dimensions of the crate, the surface area, and the cost.
3.Write a C++ program that prompts the user for two integers representing the hours and minutes that they were parked. The program will calculate the cost to park a car for that amount of time if it costs $0:25 for every fifteen minutes. The program will
print the time parked and the cost.