Find the largest number in a list
Ask by ICSM Computer
Updated 04 Sep 2025
Method 1: Using Loop (Manual method)
Output:
89Explanation:
15.Method 2: Using
max()(Simplest way)Output:
Method 3: Using Sorting