Skip to content

Instantly share code, notes, and snippets.

@zkkmin
Last active November 4, 2019 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkkmin/63a985af95aee76cbb3e0692bfbd0cf8 to your computer and use it in GitHub Desktop.
Save zkkmin/63a985af95aee76cbb3e0692bfbd0cf8 to your computer and use it in GitHub Desktop.
Question
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