Guest User

Untitled

a guest
Dec 11th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. do
  2. {
  3. Input = JOptionPane.showInputDialog(null,"Enter Birthday of person " + (r+1) + ":(MM/DD/YYYY)", "Birth Date", JOptionPane.QUESTION_MESSAGE);
  4. personArray[r].setBDay(Input);
  5.  
  6. }while(!DateVerify(Input));
Add Comment
Please, Sign In to add comment