C++ destination and call

Write your question here.
Create a program that will accept input for destination of call
(1-america, 2-asia, 3-africa, 4-europe), when was call made (0-day time, 1-night time),
duration of call in minutes. Compute for the total fee base from the following:

Sample output :

COMP 111L Telephone Company
0-Day Time :

1- America - P 20 per minutes
2- Asia - P 10 per minutes
3- Africa - P 15 per minutes
4- Europe - P 25 per minutes
5 - Exit the Program

1-Night Time :

1- America - P 25 per minutes
2- Asia - P 19 per minutes
3- Africa - P 20 per minutes
4- Europe - P 35 per minutes
5 - Exit the Program



Destination of Call: 2
Call Made (0- Day time, 1-Night time) : 1
Duration : 60 minutes

Total fee : P 1140
What is the issue you are having trouble with? What is the C++ question? Have you done a program design? How far have you got? Post your current code.
Topic archived. No new replies allowed.