Question: help please for Visual basic VB.NET Create and interface that will allow a dealer to select options for a new vehicle they are going to


help please for Visual basic VB.NET
Create and interface that will allow a dealer to select options for a new vehicle they are going to order. There should be a text box to choose the color, another for the engine type (V6 or V8) and a check box option to upgrade to chrome wheels. The possible colors are red, blue, brown, and yellow. . When the user clicks submit the car should be stored in an array (with a data type vehicle). When the user clicks to review their order all of the vehicles entered should display including a total price using a message box. In addition all of the data in the array should be written to a file so the dealer can have a record of the purchase. Notes: 1. You must use a class with a default constructor and properties for all of the variables in the class which should be declared as private. There should be a method for calculating the cost of the vehicle and a separate method that returns a Boolean value as to whether the vehicle has chrome wheels. 2. The cost per for the V6 is $65,000 the car should be stored in an array (with a data type vehicle). When the user clicks to review their order all of the vehicles entered should display including a total price using a message box. In addition all of the data in the array should be written to a file so the dealer can have a record of the purchase. Notes: 1. You must use a class with a default constructor and properties for all of the variables in the class which should be declared as private. There should be a method for calculating the cost of the vehicle and a separate method that returns a Boolean value as to whether the vehicle has chrome wheels. 2. The cost per for the V6 is $65,000 and the cost of the V8 is $88,000. 3. Chrome wheels cost an additional $225. Turn in many runs of this application showing it to be fully working along with a text file made from it. Also, turn in print screens of your code. Create and interface that will allow a dealer to select options for a new vehicle they are going to order. There should be a text box to choose the color, another for the engine type (V6 or V8) and a check box option to upgrade to chrome wheels. The possible colors are red, blue, brown, and yellow. . When the user clicks submit the car should be stored in an array (with a data type vehicle). When the user clicks to review their order all of the vehicles entered should display including a total price using a message box. In addition all of the data in the array should be written to a file so the dealer can have a record of the purchase. Notes: 1. You must use a class with a default constructor and properties for all of the variables in the class which should be declared as private. There should be a method for calculating the cost of the vehicle and a separate method that returns a Boolean value as to whether the vehicle has chrome wheels. 2. The cost per for the V6 is $65,000 the car should be stored in an array (with a data type vehicle). When the user clicks to review their order all of the vehicles entered should display including a total price using a message box. In addition all of the data in the array should be written to a file so the dealer can have a record of the purchase. Notes: 1. You must use a class with a default constructor and properties for all of the variables in the class which should be declared as private. There should be a method for calculating the cost of the vehicle and a separate method that returns a Boolean value as to whether the vehicle has chrome wheels. 2. The cost per for the V6 is $65,000 and the cost of the V8 is $88,000. 3. Chrome wheels cost an additional $225. Turn in many runs of this application showing it to be fully working along with a text file made from it. Also, turn in print screens of your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
