Skip to content

sheland/Madlibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Bio program that accepts input from the user and outputs a bio with that information

puts "Welcome to my Madlib program. Tell me about yourself!" print "What's you name?" name = gets.chomp print "How old are you?" age = gets.chomp print "What do you do for a living?" job = gets.chomp print "Where to you live?" location = gets.chomp print "How long have you lived there?" length = gets.chomp puts "My name is "+ name puts "I am " + age + "years old" puts "I am a " + job + "and I have been living in " + location + "for" + length

About

Bio Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published