|
|||
AirplanesWrite a program that reads a list of airplane types from the text file given as the first command line argument, one per line. Each line has the following structure: manufacturer;type;length manufacturer and type are strings of up to 50 characters without spaces and semicolons, and length is a real number of up to 8 characters. The program should write to the standard output those manufacturers and types, separated by a space, the length of which is at least the value specified in the second command line argument.
Hint: see Sample Input
Sample
|
|||
University of Debrecen; Faculty of Informatics; v. 09/30/2024 |