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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:30
Auniversity wants to install a client-server network. which feature do you think is important for them as they set up the network? sending email blocking multiple people to use the same file low security low set up cost limited access to files
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Q14 what is most important for you to choose before you build a network? a. private network b. nos c. network media d. network protocol e. directory service
Answers: 1
question
Computers and Technology, 23.06.2019 06:40
How many nibbles can be stored in a 16-bit word?
Answers: 1
question
Computers and Technology, 23.06.2019 12:10
2. fabulously fit offers memberships for$35 per month plus a $50 enrollmentfee. the fitness studio offersmemberships for $40 per month plus a$35 enrollment fee. in how many monthswill the fitness clubs cost the same? what will the cost be?
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
question
Biology, 04.07.2019 06:00
question
Arts, 04.07.2019 06:00
question
Mathematics, 04.07.2019 06:00
question
Physics, 04.07.2019 06:00
question
English, 04.07.2019 06:00