Assignment Help-Programming Assignment Begin a new project named Customer Information and design a class named Person with the following properties: LastName (string) FirstName (string) Address (string) City (string) State (string) Zip (string) Phone (string) Implement the properties as public property Read More …