A tech company is recruiting interns through a hackathon consisting of 5 parallel tracks. The winner of each track automatically qualifies for the internship. In addition, the 3 highest-scoring non-winners (wildcards) across all tracks also qualify.
A file named Hackathon_Results is used to record the results. For each candidate, the file stores:
CandidateID (numbers 101 to 250)TrackWinner ('Y' for track winner, 'N' for not a track winner)Score (recorded as an integer score out of 100)The file is pre-sorted in descending order of Score (highest score first).
Study the description of the flowchart designed to process this selection and complete the missing elements A to F to achieve the required logic.

Variables used:
Intern_Count: Total number of candidates accepted for the internshipWildcard_Count: Number of non-winners (wildcards) accepted for the internshipFlowchart Elements to complete: