Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Flowgorithm: Problem Statement Design a program that will ask the user to enter the projected amount of annual sales for a company. The company estimates

Flowgorithm:

Problem Statement

Design a program that will ask the user to enter the projected amount of annual sales for a company. The company estimates that 23% of the total sales is profit and the remainder goes towards covering overhead for the company.

Your program should accept the annual amount of sales for the company. Calculate the following:

  • The amount of profit.
  • The amount of total sales that will cover company overhead.

Assign 23% (0.023) to a constant. If you use Flowgorithm, be sure to make adjustments in your pseudo-code and Java program.

Expected Input/Output

Enter the total amount of sales for the year:

100000

The amount of profit for the year is 23000.

The amount of overhead is 77000.

Insert into Flowgorithm : results?

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

Step: 3

blur-text-image

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

Select Healthcare Classification Systems And Databases

Authors: Katherine S. Rowell, Ann Cutrell

1st Edition

0615909760, 978-0615909769

More Books

Students also viewed these Databases questions

Question

Are any of these characters shared by all five taxa?

Answered: 1 week ago