Sharpen your skills with these challenges
Mark your calendars for this exciting event!
Contest Date: March 27, 2026
Practice with problems from previous contests
Given a number, calculate the sum of its digits. For example, the sum of digits for 123 is 6.
Write a program that determines whether a given number is even or odd.
Determine if a given string is a palindrome (reads the same forwards and backwards).
Write a program to calculate the factorial of a non-negative integer.
Given a number n, print all prime numbers less than or equal to n using the Sieve of Eratosthenes.
Write a program that prints the first n numbers in the Fibonacci sequence, both iteratively and recursively.