Question
Using any teminal console and C++ A supermarket wants to reward its best customer of each day, showing the customers name on a screen in
Using any teminal console and C++
A supermarket wants to reward its best customer of each day, showing the customers name on a screen in the supermarket. For that purpose, the customers purchase amount is stored in a vector
Implement a function
string name_of_best_customer(vectorsales, vector customers)
that returns the name of the customer with the largest sale.
Write a program that prompts the cashier to enter all prices and names, adds them to two vectors, calls the function that you implemented, and displays the result. Use a price of 0 as a sentinel.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started