Last active
November 4, 2019 00:41
-
-
Save zkkmin/63a985af95aee76cbb3e0692bfbd0cf8 to your computer and use it in GitHub Desktop.
Question
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Programming questions | |
--------------------- | |
1) | |
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”." | |
2) | |
Implement the following command in your favorite programming language. | |
Use google, stack overflow, standard library documentation as necessary. | |
http://man7.org/linux/man-pages/man1/cat.1.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment