Posts by mat5000 • 23 points
1 post
-
1
votes2
answers101
viewsQ: What reason does the "missing()" at the end of the program send me an error in which it is not possible to compile?
Main Nota estudante = new Nota(); estudante.Matricula = Console.ReadLine(); estudante.Nome = Console.ReadLine(); estudante.Idade = int.Parse(Console.ReadLine()); estudante.Prova1 =…