C++ PROGRAMMING
-A company is testing a new airplane model for sports purposes. For this purpose, certain engines and fuselages are tested on the ground and then in the air, taking note of the results obtained on every flight:
•aircraft code
•engine number
•Maximum speed reached (in km/h) •Maximum altitude reached (in m)
It is assumed that 50 different aircraft have been tested, which are identified by a numerical code, and an engine according to each case. Carry out the flowchart and the C coding of a program that allows the following conclusions to be obtained:
a) Indicate for each plane, its code and the maximum altitude reached in the air. b) Inform the engine number of those aircraft that exceeded 100km/h
c) Determine the number of aircraft that have achieved an altitude of at least 1000 meters.