Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How do i solve this part & write it in flowgorithm? This lab accompanies Chapter 3 of Starting Out with Programming Logic & Design Lab

How do i solve this part & write it in flowgorithm?
image text in transcribed
image text in transcribed
This lab accompanies Chapter 3 of Starting Out with Programming Logic & Design Lab 1.1 - Algorithms This lab requires you to think about the steps that take place in a program by writing algorithms. Read the following program prior to completing the lab. A retail company must file a monthly sales tax report listing the total sales for the month and the amount of state and county sales tax collected. The state sales tax rate is 4 percent and the county sales tax rate is 2 percent. Write a program that asks the user to enter the total sales for the month. The application should calculate and display the following: The amount of county sales tax The amount of state sales tax The total sales tax (county plus state) Step 1: Examine the following algorithm. 1. Get the total sales for the month. 2. Multiply the total sales by .04 to calculate the state sales tax. 3. Multiply the total sales by .02 to calculate the county sales tax 4. Add the state tax and county tax to calculate the total sales tax. 5. Display the calculated county tax, state tax, and total sales tax. Step 2: Given a total sales of $27,097, answer the following: What is the calculated state tax? What is the calculated county tax? What is the calculated total tax? Lab 1.2 - Pseudocode and Modules This lab requires you to think about the steps that take place in a program by writing pseudocode. Read the following (Untitled) - Flowgorithm File Edit Program Tools ON Help Main 8 Q Q DE Main Version 2 22.1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David J. Auer David M. Kroenke

13th Edition

B01366W6DS, 978-0133058352

More Books

Students also viewed these Databases questions

Question

Have roles been defined and assigned?

Answered: 1 week ago

Question

Are these written ground rules?

Answered: 1 week ago