Problems
Write a program that inputs a natural number n less than or equal to 100, inputs n integers, and outputs the average. (Round the average to two decimal places.)
Example
3
99 65 30
64.67
Source
자기주도C언어프로그래밍
Write a program that inputs a natural number n less than or equal to 100, inputs n integers, and outputs the average. (Round the average to two decimal places.)
3
99 65 30
64.67