Question: programing use c++ Question1: Write a C++ program that prompt the user to enter the number of soft drinks boxes sold per day and compute
Question1: Write a C++ program that prompt the user to enter the number of soft drinks boxes sold per day and compute total day profit of selling soft drinks. In each box, there are 10 bottles and the store profits 4 riyals per bottle. (Assume that the price is whole number(without decimal points)) Problem definition: Compute the profit that a store has in one day for selling soft drink? Sample Output: Enter number of soft drinks boxes sold per day: 10 The store has made : 400 SR per day
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
