your task in this exercise is to design a flow chart for a program that shows the
odd numbers between 0 and n (i.e.the user input value) and displays their sum
and their average. For example, if user enters 20, the program output is
expected to be:
1
3
5
7
9
11
13
15
17
19
sum is: 100
average is: 10.0
Please find the attached image for flow chart.
Get Answers For Free
Most questions answered within 1 hours.