Write Visual Basic programs that use the If and Select decision making blocks.
PROJECT OBJECTIVES
After completing this project, you should be able to:
- Write programs in Visual Basic while being guided by the six steps of the program development cycle: analyze the problem, design a solution, choose the interface, write code, test and debug your solution, and document code.
- Write Visual Basic programs that use the If and Select decision making blocks.
- Develop Visual Basic applications that incorporate "conditional" or True/False statements that "steer" the decision or data flow of the application.
PROJECT DESCRIPTION
The Programming Project provides you with a chance to develop and display your computer programming skills using Visual Basic. The project consists of four (4) programming problems based on programming projects in your textbook. For each problem you will apply the six steps of the program development cycle and submit a document detailing your work as well as the Visual Basic code you write.
Programming Problem 1: Medical Rentals for Patients
Nutritional Associates of New Jersey offers a rental service for patients of the practice. Full day rentals cost one and a half times half day rentals. Write a program that displays the information provided in Table 1 below in a list box when an appropriate button is clicked on and displays a bill in another list box based on the item number and time period chosen by a patient. The bill should include a $30.00 deposit.