Write Your First Code Using C# - Guided Project - Calculate and Print Student Grades

Tell us what’s happening:

eu não entede porque aqui a resposta diz que não inicializo o projeto poderia me dizer por que?
int sophiasum;
Console.WriteLine(“Sophia:” + sophiasum);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Write Your First Code Using C# - Guided Project - Calculate and Print Student Grades

Welcome to the forum @luiz-lgtm

You need to assign a value.

Happy coding