Skip to content

Update Exercises(Plaintext).txt #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Exercises/Exercises(Plaintext).txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,12 @@ Each function takes two booleans as parameters and returns the result of the log
(or You can do it with a switch and only one function)

FIXME - Reverse
Create a function that reverse a string
Create a function that reverse a string


Part 3: Interview Questions (Please rate the questions as Fair, Unfair, No Possible Answers)


The FizzBuzz Test:

"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”."