Skip to content

adamingalsbe/week2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Welcome!

This repository contains the homework for Week 2.

In order to complete the homework, you will need a working development environment set up on your computer:

  1. Ruby 1.9.3 or higher
  2. Git

The homework is due Friday, April 19th, 11:59pm.

How to do the Homework

Go to your homework folder, open the week2.rb file, and read through the whole thing. Instructions are provided at the top.

Some methods that you'll need to write have been started, but most have not been written at all. You'll need to add your own methods to the top of the file so that the tests will pass.

You'll need to read the tests to find out what your method names are expected to be.

How to run the tests

There are two ways:

  1. Run the "rake" command from your command line. Make sure the homework directory is the current directory.
  2. Run the ruby command from your command line: "ruby week2.rb", again from the homework directory.

You can try both and see if there's anything different.

Have fun! Let us know if you have any questions. Use the class email list: entr925@breeze123.com.

About

Week 2 Code and Homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 96.3%
  • JavaScript 3.7%