I am trying to create a Person class, with a constructor that initiates the instance variables with the given parameters, but when a new person object is created through mai
Remove void from your constructor.