Daily challenge for 2025-03-22
81. Convert a String to Uppercase
Write a function solve that converts a string to uppercase.
Example:Input: "hello"Output: "HELLO"
Run this challenge interactively in Python or JavaScript when the app loads.