Create a C++ Program about Data Processing: Fuel Consumption Calculator that has an ARRAY, LOOPING/repetition, and FILE I/O. Also, include the following guide that should be in the program:
input kilometers traveled
input number of liters consumed
divide kilometers traveled by number of liters consumed = (fuel efficiency)
below 7.9km/L = poor
above 7.9km/L = good
if poor fuel efficiency, display "Your vehicle is below average in fuel efficiency.
Driving slower and accelerating smoother will increase your fuel efficiency."
if good, display "Your vehicle is above average in fuel efficiency.
Keep up the good driving habits."
ps. need the screenshot of the input and output after running