Last active
          July 18, 2016 23:08 
        
      - 
      
- 
        Save Kingwindie/eb47bc3d715f363c263a3b7e565b846a to your computer and use it in GitHub Desktop. 
    madlibs,tell me your story
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | puts "welcome to Madlibs!" | |
| puts "please enter a noun:" | |
| noun=gets.chomp | |
| puts "please enter a verb:" | |
| verb=gets.chomp | |
| puts "please enter an adjective:" | |
| adjective=gets.chomp | |
| puts "here's your story:" | |
| puts "one day,there was a " + noun + " that did not " + verb + " at all " + adjective + " now he sits on his | |
| head.The end " | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment