Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //Get Users First Name
  2. Display "First Name: "
  3. Input firstName
  4. For index = 0 to length(firstName - 1)
  5. if isDigit(firstName[i]) == true
  6. Display "Error Invalid Character. Only use alphabetic characters in your name"
  7. input firstName
  8. End For
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement