Coding Problems
Palindrome Check
EasyCheck if a string reads the same forwards and backwards
Not Started
String
1000ms
Palindrome String
EasyCheck if a string reads the same forwards and backwards (ignoring case).
Not Started
String
1000ms
FizzBuzz
EasyFor numbers from 1 to n, print "Fizz" for multiples of 3, "Buzz" for multiples of 5, and "FizzBuzz" for …
Not Started
Basic
1000ms