subject
Computers and Technology, 24.01.2020 22:31 yadi64

Suppose your cell phone carrier charges you a monthly fee of $30.00 for up to 300 minutes and $0.45 for each additional minute after the first 300. assuming you used your phone for x minutes with x > 300, the total monthly fee would be?

if you used your phone for < = 300 minutes then the charge is $30.00 assume the user enters a positive value for the number of minutes

30 + (x -300) * .45ç correct answer

use the following template

a = 300 #constant fee for < = 300 minutes

m = int(input("enter the number of minutes "))

c = 0 # initialize cost variable

if (m> 300): # minutes> 300

# calculations here to compute the solution above

# use the correct answer provided

print(" the cost for ", m, " minutes is ", c )

else: # here m is < = 300# s < = 0

print(" the cost for ", m, " minutes is ", a )

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 08:30, ajj3233
On the loan worksheet in cell c9 enter pmt function to calculate the monthly payment for the altamonte springs 2018 facilities loan. ensure that the function returns a positive value and set the reference to cells b5 and b6 as absolute references.
Answers: 2
image
Computers and Technology, 22.06.2019 15:30, alexdub9649
What is a costume plot? why is it important to a film or theater production?
Answers: 2
image
Computers and Technology, 22.06.2019 18:30, yeeet26
If an improvement creates no significant change in a product’s performance, then it is a(n) ? a0 design improvement. (there are no answer choices)
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, rscvsdfsrysas3712
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
You know the right answer?
Suppose your cell phone carrier charges you a monthly fee of $30.00 for up to 300 minutes and $0.45...

Questions in other subjects:

Konu
Mathematics, 03.06.2020 19:06
Konu
Mathematics, 03.06.2020 19:06
Konu
Mathematics, 03.06.2020 19:06
Konu
Mathematics, 03.06.2020 19:06