Given a variable number of inputs, combine any 2 numbers from the inputs and output the maximum sum the combinations can generate. For example:
x = 3; y = 5; z = 1; y_correct = 8;
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers61
Suggested Problems
-
Extract leading non-zero digit
2249 Solvers
-
2371 Solvers
-
Project Euler: Problem 3, Largest prime factor
1797 Solvers
-
Return elements unique to either input
811 Solvers
-
Determine Whether an array is empty
811 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I cleaned up the grammar in this problem.