Example 1: Program to find the average of numbers using array ; void Main() ; { ; double sum=0, avg=0; ; double[] numbers = { 10, 20, 50, 40}; ; for(int i=0;i< ...
確定! 回上一頁