Здравейте, колеги и ментори
може ли помощ за задача 5. от домашната към Loops
Това е кодът ми до момента:
Условието е :
Write a program that reads from the console a sequence of
n
integer numbers and returns the minimal, the maximal number, the sum and the average of all numbers (displayed with 2 digits after the decimal point).
- The input starts by the number
n
(alone in a line) followed byn
lines, each holding an integer number. - The output is like in the examples below.
Examples:
|n|output|
3
2
5
1
min = 1
max = 5
sum = 8
avg = 2.66
Не мога да разбера защо за sum ми дава резултат 10 , и за avg също получавам грешен резултат.
Ако може да ме насочите, ще съм безкрайно благодарна!
Поздрави