Computer Science, asked by ashutoshthakur2122, 4 months ago

python code For Annual Sports events, College
members in Team for a National Level Games.
For one of the games, Team Selection Criterion
is Height. Candidates who wish to be part of
that team for any game fill the registration
form.
So, for a Game A, from N number of registered
candidates only first M number of Candidates
will be selected based on their heights.
Height () is array of float representing heights of
registered candidates whose names are
maintained in a string array Candidates[] at the
same index position as of Height[).
The problem is to identify the Members selected
for Team for Game A.(Display the Names of
selected Candidates)
Inputs are as follows
1. number of required players to form team -​

Answers

Answered by boss001gamer
4

Answer:

.....................................

Similar questions