Problem 44436. Find the largest number

Find the largest number x among 4 numbers given as variables a, b, c, and d.

Example:

Input:  a = 4; b = 7; c = 1; d = 6;
Output: x = 7;

You must NOT use MATLAB built in functions such as min(), max() or sort()

Solution Stats

29.15% Correct | 70.85% Incorrect
Last Solution submitted on Mar 12, 2024

Solution Comments

Show comments

Problem Recent Solvers491

Suggested Problems

More from this Author25

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!