We have 2 inputs. Which is name[] and score[]. How do I make the output which is who the winner with the highest score is and what is the score? The output is like "The winner is Jonathan with score 86", Also, what if the scores owned by 2 or more people so the output is like "The winners are Jonathan, Chris, Melia with scores 86"
What's the problem here is i can sort the number for the biggest number. But I apparently can not connect the relation between name[] array and score[] array. Can anyone help me tho? π₯²