using System; class Test { static void Main(string[] args) { int[] marks = new int[3]; //array of 3 integers double average; //variable to store average ...
確定! 回上一頁