
|
Windows Applications |
|
1. Cost to Fill Pool: Your local city charges $0.77 per cubic foot to fill a pool with water plus a $25.00 delivery charge for the truck to bring the water to your pool. The city water works department needs you to write a Windows Application that allows the user to enter the pools length, width, and depth to find the volume of the pool in cubic feet. (Volume= length * width * depth) Allow the user to type in a value with decimal places and compute the volume to one decimal place past the decimal point. Display the pool’s volume and the final cost of filling the pool with the delivery charge. Include a graphic, clear button and exit button.
2. Currency Conversion: The airport wants you to develop a Windows Application that will allow the user to find out how much the American dollar is worth in Euros, English Pounds, and Mexican Pesos. Look up the present conversion on the Internet for all three currencies. Allow the user to enter the number of American dollars and convert that amount to Euros, pounds, and pesos. Display each conversion with two decimal places past the decimal. Include an appropriate graphic image, color background to match image, a clear button, and an exit button. |