Skip to content

Commit 8d188b9

Browse files
committed
Added Fizzbuzz problem
1 parent 3d2604d commit 8d188b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Data Structures
104104
Text
105105
---------
106106

107+
**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”.
108+
107109
**Reverse a String** - Enter a string and the program will reverse it and print it out.
108110

109111
**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.

0 commit comments

Comments
 (0)