Question Given a text file containing integer numbers, you are tasked to find the average of all the even numbers within the file. Sample input text files are provided (sample_input1.txt, sample_input2.txt, sample_input2.txt) with the corresponding expected output.

The output file should be named "output.txt". This is already coded within the starter template provided. Do not change the naming.