Need help with this Java question.
CHALLENGE ACTIVITY 7.3.2: Basic class use Print person1’s kids, call the incNumKids0 method, and print again, outputting text as below. End each line with a newline Sample output for below program Kids: 3 New baby, kids now: 4 1 Code from file PersonInfo.java 2 public class PersonInfo 3 private int numKids; 1 test passed 5 public void setNumkids(int personsKids) f nunKids = person skids; All tests passed 7 9 10 public void incNumkidsO f numKidsnumkids 1; 12 13 public int getNumkidsO f return numKids; 15 16 18