//File : driverCH15pc8.cpp //Author : Andre Long //Due : November 10, 2004 24:00 //Description : demonstrate the PreferredCustomer class #include #include"CH15pc8.h" using namespace std; void main() { float cost; char customerAns; char y; char Y; cout<<"Welcome to the self checkout stand"<>customerAns; if(customerAns=='y' || customerAns=='Y') { cout<<"How much does the item cost? "; cin>>cost; MrX.accumulatedSales(cost); MrX.typeCustomersavings(); } } while(customerAns=='y' || customerAns=='Y'); cout<<"The automated checker will now print your receit"<