Guest User

Untitled

a guest
Feb 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. pie = 0
  2. while pie = 0
  3. dim first_name as string
  4. dim last_name as string
  5. dim gender as boolean
  6. dim grade as integer
  7. dim total_male = 0
  8. dim total_female = 0
  9. print "First Name:"
  10. first_name = gets.chop
  11. puts ""
  12. print "Last name:"
  13. last_name = gets.chop
  14. 'ect, ect, to get all the vars.
  15.  
  16.  
  17. 'reaches the end, loops back to the top, rewrites the variables.. never prints.
  18.  
  19.  
  20. end
Add Comment
Please, Sign In to add comment