using namespace std; #include main() { int days; int Rent_amount; char carNo[10]; // chracter sting char cust_name[20]; // chracter string char model; // to be used for car model selection choice int calc_rent(char, int); // Rent Ammount calculation Funciton cout<<"Please provide cumstomer Name\t"; cin>>cust_name; cout<<"\nPlease provide Car Model"<>model; cout<<"Please enter car Number = \t"; cin>>carNo; cout<<"Please enter Number of days = \t"; cin >> days; // Swithc structure for opitons selection switch(model) { case 'A': case 'a': cout<<"\n\n\tCustomer Name:" <