Question: for c++, please do this fast Write the Algorithm The cost of a telephone call is calculated as follows depending on the number of minutes:
Write the Algorithm The cost of a telephone call is calculated as follows depending on the number of minutes: All calls have a connection fee of 1.5 dirhams 1. First 10 minutes will cost dirham per minute 2. Any additional minuto will cost 0.8 dirham por minute For example, if minutes are 4 then the cost is 5.5. If minutes are 10 then the cost is 115. If minutos are 15 then the cost is 155. Finally, if minutes aro 20 then the cost is 10,5 Write the algorithm to solve a problem where you input the number of minutes and calculate and output the call cos
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
