An open API service indexing awesome lists of open source software.

https://github.com/abrarulhassan-hub/oop-task-array

QUESTION: Create a C# program that requests three names of people from the user and stores them in an array of objects of type Person. To do this, first create a Person class that has a Name property of type string and override the ToString() method.
https://github.com/abrarulhassan-hub/oop-task-array

Last synced: about 1 month ago
JSON representation

QUESTION: Create a C# program that requests three names of people from the user and stores them in an array of objects of type Person. To do this, first create a Person class that has a Name property of type string and override the ToString() method.

Awesome Lists containing this project