Can anyone help me please write this program on java script | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone help me please write this program on java script

I need a project organized in classes, which should be build with GUI and has some features. The program should receive this inputs: Car Type (Combo Box) Name, Surname of person. Date of picking the car for a rent. Date of giving back the car. Additional elements that client could ask for (Check Box) ( snow tires ,carrying luggage, parking tickets) Program should display: Details of car reservation and total cost of reservation. Each additional element pick by client has a cost which added to total price

13th Feb 2017, 12:36 PM
Mikel Xheka
Mikel Xheka - avatar
1 Answer
+ 3
What have you done so far? Try to implement a HTML document first, which contains the required fields. Later on you can add Javascript to handle the inputs and to calculate total. If you don't know how to get started, complete the HTML course and after that the Javascript course here on SoloLearn.
13th Feb 2017, 4:02 PM
Tashi N
Tashi N - avatar