📄️ FizzBuzz
A classic programming challenge that tests your understanding of loops and conditions.
📄️ Palindrome Checker
Check if a word or phrase reads the same forwards and backwards.
📄️ Sum of Digits
Calculate the sum of all digits in a number.
📄️ Prime Number Checker
Determine whether a number is prime - a fundamental concept in mathematics and programming.
📄️ Factorial Calculator
Calculate the factorial of a number - a classic recursion and loop problem.