subject

On the Allied Students Cell Phone plan:
If you use 60 minutes or less in a month you pay $17.99 in usage charges. If you use between 60 and 120 minutes you pay the $17.99 plus $0.25 per minute for each minute over 60 in usage charges. If you use more than 120 minutes you pay $29.99 plus $0.15 per minute for each minute over 120 in usage charges. In addition, there are a $7 processing charges per month. Then there is an 8% sales tax on all charges.
Create a worksheet that allows you to enter the minutes used and then shows you the usage charge, the processing charge, the tax, the total charge, and the average total cost per minute. Try your worksheet with inputs of 10 minutes, 100 minutes, and 5000 minutes.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:40
Write a function 'music_func' that takes 3 parameters -- music type, music group, vocalist -- and prints them all out as shown in the example below. in case no input is provided by the user, the function should assume these values for the parameters: "classic rock", "the beatles", "freddie mercury". for example: input: alternative rock,pearl jam,chris cornell output: the best kind of music is alternative rock the best music group is pearl jam the best lead vocalist is chris cornell note: the print statements will go inside the for example: print("the best kind of music is"
Answers: 2
question
Computers and Technology, 22.06.2019 03:00
How can i clip a picture to a question on the computer?
Answers: 1
question
Computers and Technology, 22.06.2019 13:00
We as humans write math expression in infix notation, e.g. 5 + 2 (the operators are written in-between the operands). in a computer’s language, however, it is preferred to have the operators on the right side of the operands, i.e. 5 2 +. for more complex expressions that include parenthesis and multiple operators, a compiler has to convert the expression into postfix first and then evaluate the resulting postfix.write a program that takes an “infix” expression as input, uses stacks to convert it into postfix expression, and finally evaluates it. it must support the following operations: + - / * ^ % (example infix expression: (7 - 3) / (2 + 2)postfix expression: 7 3 - 2 2 + /result: 1guidelines: 1. you will need to use stacks in three placesa. one for the parenthesis check [char stack]b. one during infix to postfix [char stack]c. one during evaluation [int stack]for a and b above, you can use same array and same push, pop method as both ofthem are char. but for evaluation you have int stack and you might consider to createanother push pop method to handle it. maybe push_int, pop_int, etc. or find otherstrategy to utilize existing push pop method2. you can create a function for obtaining operator priority. that function should take anoperator as input and return its priority as an integer. this function will you a lot andreduce repeated code3. during evaluation you will need to convert char into integer. example for single digit: char c = '5'; int x = c - '0';
Answers: 2
question
Computers and Technology, 22.06.2019 18:00
Martha is a healer, a healthcare provider, and an experienced nurse. she wants to share her daily experiences, as well as her 12 years of work knowledge, with people who may be interested in health and healing. which mode of internet communication can martha use?
Answers: 3
You know the right answer?
On the Allied Students Cell Phone plan:
If you use 60 minutes or less in a month you pay $17....
Questions
question
Mathematics, 23.10.2020 03:01
question
Social Studies, 23.10.2020 03:01
question
English, 23.10.2020 03:01
question
Mathematics, 23.10.2020 03:01
question
History, 23.10.2020 03:01
question
Arts, 23.10.2020 03:01
Questions on the website: 13722363