Instruction The following code has been written for you #include #include filename; // input the file name Instruction Open the file and verify it opened. If it doesnt open output the message "file fail" and return a -1 to the operating system. Each record in the file contains a file type (l for international and D for domestic) and how many miles the flight is. You are to create two vectors one for international and one for domestic. Add the miles to the appropriate vector based on the flight type. For each vector total up the miles. After all records are processed output the how many flights there are for each of international and domestic and then putout the average miles for each. See the Instructor output for formatting Compile Code Test Code Save Work A correct answer will earn 20 out of 20 points. A wrong attempt will cost 0 points See Answer Grade This Part results no results vet 1 4 10 12