Please answer in python and C+

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

Please answer in python and C++. Thank you!

Question 7 - Standard Deviation
The following formula computes the standard deviation of a set of numbers:
1
std =
– Nã²
(N – 1)
This formula can be implemented in a program that does a "single pass" over its input.
Design a program that reads integers (lines), and outputs 0 the number of integers (lines) read, 2 the
maximum integer read, 3 the minimum integer read, 4 the average of the integers read, and 6 the
standard deviation of the integers read. Document your program in flowchart form.
Code one (1)
and one (1)
implementation of your program. Read integers from stdin and output
to stdout.
You cannot assume that there will be any input lines, or that there will be enough input for the formula to
return a result, and must output only an error message if either of these situations take place.
You can assume that all input lines contain correctly formatted integers.
The output must allow the cut program to process it using only the --fields argument.
Recalling Instruction 2, the Teaching Team approves of you using the
math.sqrt() function from the
math module
std::sqrt() function from the math module in your code. You are also approved to
use the O std::stoi() function from the string module.
Transcribed Image Text:Question 7 - Standard Deviation The following formula computes the standard deviation of a set of numbers: 1 std = – Nã² (N – 1) This formula can be implemented in a program that does a "single pass" over its input. Design a program that reads integers (lines), and outputs 0 the number of integers (lines) read, 2 the maximum integer read, 3 the minimum integer read, 4 the average of the integers read, and 6 the standard deviation of the integers read. Document your program in flowchart form. Code one (1) and one (1) implementation of your program. Read integers from stdin and output to stdout. You cannot assume that there will be any input lines, or that there will be enough input for the formula to return a result, and must output only an error message if either of these situations take place. You can assume that all input lines contain correctly formatted integers. The output must allow the cut program to process it using only the --fields argument. Recalling Instruction 2, the Teaching Team approves of you using the math.sqrt() function from the math module std::sqrt() function from the math module in your code. You are also approved to use the O std::stoi() function from the string module.
Expert Solution
steps

Step by step

Solved in 2 steps with 4 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