How do i Create a project named BreezyViewApartments that contains a Form for an apartment rental service. Allow the user to choose a number of bedrooms, number of baths, and view—street or lake. After the user makes selections, display the monthly rent, which is calculated using a base price of $450, $550, or $700 per month for a one-, two-, or three-bedroom apartment, respectively. $75 is added to the base price for more than one bath, and $50 additional is added to the price for a lake view. Use the Controls that you think are best for each function. Label items appropriately, and use fonts and colors to achieve an attractive design. Along with the calculate button (or whatever you call it), please add 2 more buttons--clear and exit. Clear should reset the form so all textboxes and answers are empty. Exit should close the program. How can errors occur? Make sure you have exception handling in place to ensure that the program does not crash.
How do i
Create a project named BreezyViewApartments that contains a Form for an apartment rental service. Allow the user to choose a number of bedrooms, number of baths, and view—street or lake. After the user makes selections, display the monthly rent, which is calculated using a base price of $450, $550, or $700 per month for a one-, two-, or three-bedroom apartment, respectively. $75 is added to the base price for more than one bath, and $50 additional is added to the price for a lake view. Use the Controls that you think are best for each function. Label items appropriately, and use fonts and colors to achieve an attractive design. Along with the calculate button (or whatever you call it), please add 2 more buttons--clear and exit. Clear should reset the form so all textboxes and answers are empty. Exit should close the program.
How can errors occur? Make sure you have exception handling in place to ensure that the program does not crash.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images