1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
stiks02 [169]
3 years ago
12

For this assignment, you will create flowchart using Flow gorithm and Pseudocode for the following program example: Hunter Cell

Phone Company charges customer's a basic rate of $5 per month to send text messages. Additional rates apply as such:The first 60 messages per month are included in the basic billAn additional 10 cents is charged for each text message after the 60th message and up to 200 messages.An additional 25 cents is charged for each text after the 200th messageFederal, state, and local taxes add a total of 12% to each billThe company wants a program that will accept customer's name and the number of text messages sent. The program should display the customer's name and the total end of the month bill before and after taxes are added.

Computers and Technology
1 answer:
larisa86 [58]3 years ago
3 0

Answer:

The pseudocode is as given below while the flowchart is attached.

Explanation:

The pseudocode is as follows

input customer name, number of texts  

Set Basic bill=5 $;

if the number of texts is less than or equal to 60

Extra Charge=0;

If the number of texts is greater than 60 and less than 200

number of texts b/w 60 and 200 =number of texts-60;

Extra Charge=0.1*(number of texts b/w 60 and 200);

else If the number of texts is greater than 200

number of texts beyond 200 =number of texts-200;

Extra Charge=0.25*(number of texts beyond 200)+0.1*(200-60);

Display Customer Name

Total Bill=Basic bill+Extra Charge;

Total Bill after Tax=Total Bill*1.12;

You might be interested in
To edit the text in a SmartArt graphic, what must be done first?
chubhunter [2.5K]
You have to go to where you first began the SmartArt then click on it to correct it. Or just double tap it and it should let you
3 0
3 years ago
Answer this correct and get brainly
Leya [2.2K]

Pseudocode:

import random

fetch user input on a lucky number

insert input into variable - "response"

new variable, random = randint

condition to check wheather random is our response

display results

Python Code:

import random

def main():

response = int(input("Guess my lucky number, its between 1 and 100: "))

lucky_number = random.randint(1,100)

if response == lucky_number:

print(f"Wow you're right, it is {lucky_number}")

else:

print("Sorry, Try Again")

main()

Reminder:

intended for python3 as i included the format f

also it could be done without the import, just manually insert a number

i'll leave the post mortum to you

5 0
3 years ago
Read 2 more answers
The Principles and Clauses in the Software Engineering Code of Ethics and Professional Practice
Assoli18 [71]

Answer:

e) None of the above

Explanation:

Software engineers should make the analysis, specification, design, development, testing and maintenance of software a respected and beneficial profession. In accordance with the obligation with the welfare, health and safety of society, software engineers should adhere to the following Eight Principles:

Society: Software engineers will act in a manner consistent with the social interest.

Client and Entrepreneur: software engineers will act in a way that produces the best result for client and entrepreneur, and in a manner consistent with the social interest.

Product: Software engineers will ensure that their products and corresponding modifications meet the highest possible professional standards.

Valuation: software engineers will maintain integrity and independence in their professional valuations.

Management: Software engineering leaders and managers will subscribe and promote an ethical approach in software development and maintenance management.

Profession: software engineers will advance in the integrity and reputation of the profession, to drive consistent with the social interest.

Partners: Software engineers will be fair and support their partners.

Staff: Software engineers will participate in continuous learning regarding the practice of their profession and will promote an ethical approach to the practice of the profession.

3 0
3 years ago
What is transformer and its function?
Anna007 [38]

Answer:

A transformer is an electrical device which, by the principles of electromagnetic induction, transfers electrical energy from one electric circuit to another, without changing the frequency. The energy transfer usually takes place with a change of voltage and current.

The major function of a transformer is to step up or step down the voltage in an Alternate Current (AC) circuit.

4 0
3 years ago
A print spool file is created each time the computer is powered on, just in case you decide to print something.
Brums [2.3K]
<span> The print spool file is part of the computer may contain visible data.</span><span>
The statement that a print spool file is created each time the computer is powered on, just in case you decide to print something is false. A print spool file is created </span><span>when </span>a print<span> job spools out what is called EMF </span>files<span> to the printer </span>spooler<span>.</span>
5 0
4 years ago
Other questions:
  • What is a type of machine-to-human communication?
    15·2 answers
  • Because log-on procedures may be cumbersome and tedious, users often store log-on sequences in their personal computers and invo
    6·1 answer
  • Write a complete program that declares an integer variable, reads a value from the keyboard into that variable, and writes to st
    11·1 answer
  • A. Write a program that asks the user to enter an integer, then prints a list of all positive integers that divide that number e
    11·1 answer
  • You are responsible for the administration of your Windows Server 2016 DNS server, which is installed on a domain controller as
    8·1 answer
  • IMPORTANT!!<br><br> How can you get real answer keys for edmentum (plato) courses as a student?
    11·1 answer
  • Which text features does this section contain? Check all that apply.
    15·1 answer
  • ¿Qué ayuda nos proporcionan las herramientas tecnológicas en estos tiempo de pandemia? ayudaaaaa plis
    9·1 answer
  • Universal Container wants to understand all of the configuration changes that have been made over the last 6 months. Which tool
    15·1 answer
  • Which statement best describes the Tell Me feature in PowerPoint 2016?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!