public static void Main()
Console.WriteLine("Introduza o número total dos alunos");
T = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("Introduza o número total de rapazes da turma");
R = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("A percentagem de rapazes é" +M ," %");
Console.WriteLine("A percentagem de raparigas é" +F ," %");