Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. 1 // titties titties titties ;D
  2. 2
  3. 3 Declare stringandname1
  4. 4 Declare stringandname2
  5. 5 Declare stringandname3
  6. 6 Declare interger BreastSize1
  7. 7 Declare interger BreastSize2
  8. 8 Declare interger BreastSize3
  9. 9
  10. 10 //A stripper has to have a name, so let's think of something strippery..... Candy, yep yep... three Candy's, with different size boobs.. let's go for it.
  11. 12 Display "Gimme a name"
  12. 13 Input=Candy1
  13. 14
  14. 15 //Gotta have the size of them titties too, ya know?
  15. 16 Display "Gimme that bra size"
  16. 17 Input=BreastSize1
  17. 18
  18. 19 //And the process repeats three times, yep yep, gotta have three of them
  19. 20 Display "Gimme a name"
  20. 21 Input=Candy2
  21. 22
  22. 23 Display "Gimme that bra size"
  23. 24 Input=BreastSize2
  24. 25
  25. 26 //And again
  26. 27 Display "Gimme a name"
  27. 28 Input=Candy3
  28. 29
  29. 30 Display "Gimme that bra size"
  30. 31 Input=BreastSize3
  31. 32
  32. 33 //Then we gotta average it out, right? So here that goes, still not good with this, but at least I'm trying
  33. 34 SetAverage=(B1*B2*B3,divided by 3)
  34. 35
  35. 36 //Then I'm pretty damn sure it'd say something like
  36. 37 Display average BreastSize of Candy1*Candy2*Candy3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement