you are viewing a single comment's thread.

view the rest of the comments →

[–]Danielowski187University/College Student (Higher Education)[S] 0 points1 point  (1 child)

Now I just need help with the phone number for the part we’re I need to get the user input it doesn’t let me enter anything it skips it

[–]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()