0
help
Drag and drop from the options below to create a List that will contain objects of type Student. List< > L = <Student>(); Student public Main new List <List>
1 Resposta
+ 4
Drag and drop from the options below to create a List that will contain objects of type Student.
List< Student> L = new List <Student>();