Problem 44947. Find the Oldest Person in a Room

Given two input vectors:

  • name - user last names
  • age - corresponding age of the person

Return the name of the oldest person in the output variable old_name.

Solution Stats

35.47% Correct | 64.53% Incorrect
Last Solution submitted on Apr 16, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers15879

Problem Tags

Community Treasure Hunt

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

Start Hunting!