배열#array#CSharp#C샵#Console#콘솔#C#1 _26_array 콘솔, 배열, array using System; namespace _26_array { internal class Program { static void Main(string[] args) { int kor0=90, kor1=75, kor2=80; int total = 0, avg = 0; total = kor0 + kor1 + kor2; avg = total / 3; Console.WriteLine("kor0=" + kor0); Console.WriteLine("kor1=" + kor1); Console.WriteLine("kor2=" + kor2); Console.WriteLine("---------------------"); Console.WriteLine("total=" + total); Con.. 2023. 5. 2. 이전 1 다음