Maximum Calculator

Published on: August 10, 2025

Enter a list of numbers separated by commas (e.g., 3, 1, 4, 2) to find the maximum value.

Step-by-step method

  1. List the numbers.
  2. Order the numbers from largest to smallest.
  3. The first number is the maximum.

Example 1: 3, 1, 4, 2

Step 1 - List the numbers.

In this problem: The numbers are 3, 1, 4, 2.

3,1,4,2

Step 2 - Order the numbers from largest to smallest.

In this problem: After ordering: 4, 3, 2, 1.

4,3,2,1

Step 3 - The first number is the maximum.

In this problem: The first number is 4, so max = 4.

max=4

Final answer: Maximum = 4

Example 2: -5, 2, 0, 7

Step 1 - List the numbers.

In this problem: The numbers are -5, 2, 0, 7.

-5,2,0,7

Step 2 - Order the numbers from largest to smallest.

In this problem: After ordering: 7, 2, 0, -5.

7,2,0,-5

Step 3 - The first number is the maximum.

In this problem: The first number is 7, so max = 7.

max=7

Final answer: Maximum = 7