Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C++ please. I am trying to understand conditionals. I have some code but im stuck. An international phone call is billed by the minute

In C++ please. I am trying to understand conditionals. I have some code but im stuck.

An international phone call is billed by the minute according to this scheme: Calls up to 10 minutes cost a flat $5. Calls over 10 minutes but less than 30 cost $.50 per minute. Calls 30 minutes or longer cost a base of $15.00 plus $.30 per minute over 30. Write a program to read in the duration of a call as an integer and output the total cost as a decimal. Do not worry about making it look like money.

Will upvote correct answers

image text in transcribed

Call Calculator An international phone call is billed by the minute according to this scheme: Calls up to 10 minutes cost a flat S. Calls over 10 minutes but less than 30 cost 5.50 per minute Calls 30 minutes or longer cost a base of $15.00 plus 5 30 per minute over 30 Write a program to read in the duration of a call as an integer and output the total cost as a decimal Do not worry about making a look like money

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

1. Determine as fully as possible who will read what you write.

Answered: 1 week ago