Question

Design a flowchart for the following problem. The program should take as input the regular price...

Design a flowchart for the following problem.

The program should take as input the regular price of the item and the percent discount (for example 5% discounts). It should then compute and print the amount of the discount on the item, the sale price of the item, the tax (2.5% of the sale price), and the total cost of the item.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

output

flowchart in single file

Add a comment
Know the answer?
Add Answer to:
Design a flowchart for the following problem. The program should take as input the regular price...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Design a program(Creating a RAPTOR flowchart) that will read a file of employee records containing employee...

    Design a program(Creating a RAPTOR flowchart) that will read a file of employee records containing employee number, employee name, hourly pay rate, regular hours worked and overtime hours worked. The company pays its employees weekly, according to the following rules: regular pay = regular hours worked × hourly rate of pay overtime pay = overtime hours worked × hourly rate of pay × 1.5 total pay = regular pay + overtime pay Your program is to read the input data...

  • Must be flowchart in a raptor program: The manager of a Super Supermarket would like to...

    Must be flowchart in a raptor program: The manager of a Super Supermarket would like to be able to compute the unit price for products sold there. To do this, the program should input the name and price of an item per pound and its weight in pounds and ounces. Then it should determine and display the unit price (the price per ounce) of that item and the total cost of the amount purchased. You will need the following variables:...

  • 4. Design a flowchart for a program that prompt the user to enter name and sale...

    4. Design a flowchart for a program that prompt the user to enter name and sale amount for each of the 200 salesperson, one at a time. The program is to print the name of the salespersons with sales over $5000 and the number of salespersons with sales less than $5000. Need a Slow Chart Example Start Enter ham. Jen

  • Write a C++ program that calculates the discount of the original price of an item and...

    Write a C++ program that calculates the discount of the original price of an item and displays the new price, and the total amount of savings. This program should have a separate header (discount.h), implementation (discount.cpp) and application files (main.cpp). The program must also have user input: the user must be prompted to enter data (the original price, and the percent off as a percentage). There must also be a validation, for example: Output: “Enter the original price of the...

  • java; programing language Write a program to calculate the price of a purchase. It should ask...

    java; programing language Write a program to calculate the price of a purchase. It should ask the user to enter the name of the item bought (like sweater, apple, …), number of items bought (4, 5 lbs,…), price per item ($40.50, $1.99 per pound,…), and the sales tax rate (8.35% for example). It should calculate the subtotal (price*number of items), sales tax (subtotal*sales tax), and total price (subtotal+ sales tax). It should print all the information in a receipt form

  • I need assistance with a flowchart for the following code: [start] 'Ask for a dollar and...

    I need assistance with a flowchart for the following code: [start] 'Ask for a dollar and cent amount print "Type a dollar and cent amount." input "(Press 'Enter' alone for help) ?"; amount 'Display help if user pressed [Enter] if amount = 0 then [help] 'Calculate tax for the nearest 20 cent multiple dollars = int(amount) dollarsTax = dollars * 0.05 cents = amount - dollars adjustment = 0.10 centsAdjusted = cents + adjustment centsRounded = int(centsAdjusted / 0.20) *...

  • The Assignment Design a Visual Logic flowchart for a program that prompts the user to enter...

    The Assignment Design a Visual Logic flowchart for a program that prompts the user to enter ten numbers one at a time. Use Console I/O (not the GUI interface). After the user has entered all ten number the program will then print out the total of those ten number and quit. Here is one example of what the program might look like when run: Please enter a number: 5 Please enter a number: 10 Please enter a number: 2 Please...

  • Java I: Create a Java program that will accept the price of an item and the...

    Java I: Create a Java program that will accept the price of an item and the quantity being purchased of that item. After accepting the input, calculate the amount of the purchase (based on the price and quantity), calculate the sales tax on the purchase, then output the product price, quantity, subtotal, sales tax, and the total sale based on the output format shown below. Structure your file name and class name on the following pattern: The first three letters...

  • Problem: Design and write a C language program that can be used to calculate Voltage, Current...

    Problem: Design and write a C language program that can be used to calculate Voltage, Current and Total Resistance for a Series or Parallel or a Series Parallel circuit. The program should display the main menu that contains the three types of circuit calculations that are available and then the user will be prompted to select a circuit first. After the circuit has been selected the program should then display another menu (i.e., a submenu) requesting the necessary data for...

  • Create a flowchart and a C++ program for the following problems: 1. Annual Salary: Workers at...

    Create a flowchart and a C++ program for the following problems: 1. Annual Salary: Workers at a particular company have won a 7.6% pay increase retroactive for six months. Write a flowchart and C++ program that takes an employee’s previous annual salary as input and outputs the amount of retroactive pay due the employee, the new annual salary, and the new monthly salary. Use a variable declaration with the modifier const to express the pay increase. 2. Extract the Digits:...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT