Skip to content

Commit

Permalink
Merge pull request karan#60 from jamesl88/master
Browse files Browse the repository at this point in the history
Added Fizzbuzz problem
  • Loading branch information
Karan Goel committed Dec 13, 2014
2 parents 5891163 + 8d188b9 commit a4879e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Data Structures
Text
---------

**Fizz Buzz** - Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.

**Reverse a String** - Enter a string and the program will reverse it and print it out.

**Pig Latin** - Pig Latin is a game of alterations played on the English language game. To create the Pig Latin form of an English word the initial consonant sound is transposed to the end of the word and an ay is affixed (Ex.: "banana" would yield anana-bay). Read Wikipedia for more information on rules.
Expand Down

0 comments on commit a4879e9

Please sign in to comment.