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, 24.06.2019 17:30
List at least one thing to check for when you're checking the clarity and professionalism of a document.
Answers: 1
question
Computers and Technology, 24.06.2019 18:30
Dereck works for long hours on his computer.  he frequently experiences physical strain by the end of the day because he does not follow an important rule of ergonomics with respect to the use of keyboards.  which of the following actions of dereck could lead to physical strain? a.  placing the keyboard exactly in front of him while typingb.  keeping hands and wrists straight while typingc.  using wrist pads throughout the dayd.  pounding at the keys on the keyboard while typinge.  resting his hands on the keyboard when he is not typing
Answers: 1
question
Computers and Technology, 24.06.2019 20:00
Write c++programs for the following problem: let the user enter two numbers and display which is greater. !
Answers: 1
question
Computers and Technology, 24.06.2019 23:00
Systolic pressure is a measure of blood pressure when the ventricles relax and fil with blood ture or false
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
Mathematics, 26.03.2021 20:10
question
English, 26.03.2021 20:10
question
Mathematics, 26.03.2021 20:10
Questions on the website: 13722361