No code needed. Just need help filling out an Input, Processing, and Output chart to design this program. Thanks. The diagram should look like the one shown below.    Under inputs, list everything the program will need to produce the result. Under outputs, list what the program is going to produce. Under process, list the detailed pseudocode steps that need to occur to produce the program's output. This includes formulas that you might need.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

No code needed. Just need help filling out an Input, Processing, and Output chart to design this program. Thanks. The diagram should look like the one shown below. 

 

Under inputs, list everything the program will need to produce the result. Under outputs, list what the program is going to produce. Under process, list the detailed pseudocode steps that need to occur to produce the program's output. This includes formulas that you might need. 

Winning Division – Write a program that determines which of a company's four divisions (Northeast,
Southeast, Northwest, and Southwest) had the greatest sales for a quarter. It should include two
functions that are called by main: getSales and findHighest.
Design: First use an IPO chart to design your program. Your chart should contain three separate
sections, one for each function. See attached blank IPO chart.
Modularity:
main-will call the getSales function 4 times, passing it the division name, each time getting the
quarterly sales from a different division. It will then call the findHighest function, passing it the
four sales figures, which will determine and display the highest.
getSales - will accept input of the quarterly sales from the user, using the division name passed by
main to prompt the user.
It will return the quarterly sales amount to main. Input validation –
Validate that the sales amount entered is greater than zero.
findHighest - will accept the four sales figures from each division as parameters and determine
which is the highest of the four. It will display the division name and amount that is the highest.
Transcribed Image Text:Winning Division – Write a program that determines which of a company's four divisions (Northeast, Southeast, Northwest, and Southwest) had the greatest sales for a quarter. It should include two functions that are called by main: getSales and findHighest. Design: First use an IPO chart to design your program. Your chart should contain three separate sections, one for each function. See attached blank IPO chart. Modularity: main-will call the getSales function 4 times, passing it the division name, each time getting the quarterly sales from a different division. It will then call the findHighest function, passing it the four sales figures, which will determine and display the highest. getSales - will accept input of the quarterly sales from the user, using the division name passed by main to prompt the user. It will return the quarterly sales amount to main. Input validation – Validate that the sales amount entered is greater than zero. findHighest - will accept the four sales figures from each division as parameters and determine which is the highest of the four. It will display the division name and amount that is the highest.
IPO Diagram
Input
Process
Output
Transcribed Image Text:IPO Diagram Input Process Output
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY