leetle

Daily challenge for 2025-03-16

75. Check if a Number is Even

Write a function solve that checks if a number is even.

Example:
Input: 4
Output: True

Run this challenge interactively in Python or JavaScript when the app loads.