Write a program that reads three floating point numbers from the console and calculates their result with the following formula:

Then calculate the difference between the average of the three numbers and the average of the two formula.
Average (a, b, c) – Average (f1, f2);
The results must look like this:
