Question

Note: Write C++ Code Rental Car System With Features Below: Car options available. For example(Business Class,Economy)...

Note: Write C++ Code

Rental Car System With Features Below:

  1. Car options available. For example(Business Class,Economy)
  2. Required car and driver availability (For example if user want to book Honda Civic )
  3. Car booking/cancellation
  4. User’s Personal details
  5. Fare charges(It will depend on Where he want to go for example he is booking from Mumbai to delhi then 2k or if he is booking from Mumbai to channai then 5k ruppes )
  6. Duration of booking
  7. Bio data of driver (if driver has been booked) Like name , contact number , age , etc
  8. Interface asking user if booking information is to be shared with a relative/friend?
0 0
Add a comment Improve this question Transcribed image text
Answer #1

#include<iostream.h>
int main()
{
   cout"car options available are a.Business\nb.class\nc.Economy";
   cin>>k;
   cout<<"required car needed to type and\n driver availabilty needed to type yes or no"
   cin>>h>>l;
   cout<<"car booking yes or no";
   cin>>y;
   cout<<"enter the users details like name,age,address";
   cin>>q>>w>>r;
   cout<<"fare charges mumbai to delhi 2000 or mumbai to channi 5000";
   cin>>t;
   cout<<"duration of booking need to be entered";\
   cin>>y;
   cout<<"bio data of driver like name,age,blood group";
   cin>>o>>i>>p;
   cout<<"is information need to be shared with the relative/friend yes/no";
   cin>>n;
   return 0;
}

Add a comment
Know the answer?
Add Answer to:
Note: Write C++ Code Rental Car System With Features Below: Car options available. For example(Business Class,Economy)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT