Skip to content

Instantly share code, notes, and snippets.

@Tasha25
Created September 25, 2013 14:43
Show Gist options
  • Select an option

  • Save Tasha25/6700675 to your computer and use it in GitHub Desktop.

Select an option

Save Tasha25/6700675 to your computer and use it in GitHub Desktop.
Drills for day 3 during week 1

Drill!

###On your computer Create a new folder in ~/ga_wdi called drills Initalize a new git repo in drills Add a Ruby file called first_date.rb Add and commit the file

###On Github Create a new repo called drills Add the repo to your local drills repo Push your Ruby file to github

###In your first_date.rb file Ask the user how old they are Ask if the user ever plans on having children If the user says yes to children ask for the childrens names If the user is over 30 ask if they're married If the user is not married, ask if they ever plan on getting married

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment