using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kraska04 { class Program { static void Main(string[] args) { Console.WriteLine("Program liczy średnią ocen, podaje ilość ocen 2, ilość ocen 5"); Console.WriteLine ("Autor: Jakub Kraska"); Console.WriteLine(); Console.WriteLine("Podaj ilość ocen"); int i; i = Convert.ToInt32(Console.ReadLine()); int[] o; int x = 0, y = 0, sr = 0; o = new int[i]; Console.WriteLine("Podaj oceny: "); while (x