The second getline in my code doesn't seem to be working. The first get line reads the input fine but the second getline for the variable "occupation" doesn't seem to be getting called at all. It outputs "Occupation" and then straight to "Number of children" without asking for the input to "Occupation". It will allow me to input my occupation if I use cin instead of the second getline. Any idea why the second getline isn't being called?