Using the knowledge from the Lynda.com® "Visual Basic Essential Training" video series, complete the following assignment:
Design, implement, test, and debug a Visual Basic® program to create a simple aquarium cost calculator.
The user should be able to accomplish the following:
- You are the owner of a tropical fish store. Write the program with textboxes to accept the height, length and width of the tank that a customer might order (in inches).
- Include a button that when clicked, will display the volume of the tank (height x length x width) and the number of gallons on water it will hold (volume / 231).
- Make sure to label the results.
- Insert comments to document the program. Include appropriate labels and a title for the tool.
Design a Graphical User Interface (GUI) for the program that will be intuitive for a novice user.
Write the code for the program and test the results.
Create a zipped folder of the project.