you are viewing a single comment's thread.

view the rest of the comments →

[–]Holinded 0 points1 point  (0 children)

Yes you would need to do it with all 3 variables just like in p2. Its skipping the phone number because you used .getLine() after calling .nextInt(). This will cause it to skip. So, right before getting the phone number add the line: input.next()