leetle

Daily challenge for 2025-03-17

76. Find the Maximum of Three Numbers

Write a function solve that finds the maximum of three numbers.

Example:
Input: (3, 7, 5)
Output: 7

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