Exemplo n.º 1
0
        static void task1()
        {
            Student s = new Student();

            Console.WriteLine("Enter rating");
            s.rating = Convert.ToInt16(Console.ReadLine());
            s.StudentRating(s.rating);
        }