C#C
C#3y ago
fry

✅ Confusing wording, seeking clarification, NOT homework help

Hello (again for those that remember)

ive got this assignment, but yet again I have no idea what they want. not looking for answers, just clarification

The question seems simple at first. A class must be made for a student, and a class for main

Student class has first and last name, and three grades

In main, we enter 3 grades.

Then we make two objects based off that Student class where
one object will pass user information via constructor. and another object will be initialized using default constructor and pass user information via properties

What the hell does that quoted bit mean?? Why should Main make two objects of that student class? Is there something Im missing? And as far as I know, [https://learn.microsoft.com/en-us/dotnet/csharp/properties] tells me this
property definition contains declarations for a get and set accessor that retrieves and assigns the value of that property

Please help.. im so lost

(I havent been reading my C# textbook, but it just sucks to read cause of eye strain, so I resort to looking online + videos lol)
Was this page helpful?