Mission 7

Anonymous
csharp
07/09/2024 7:55 AM
472 B
12
Indexable
namespace Checking
{
    public class Child
    {
        public int Id;
        public string firstName;
        public string lastName; 
        public string fatherName;
        public string motherName;
        public string fatherPhone;
        public string motherPhone;
        public Month month;
        public Child() { }
    }
}
Editor is loading...
Leave a Comment