Please help I want to write three float function one for getSales to ask the user for a sales figure and return the sale figure, another one for findHighest that passed the four sales figure, determine and return the highest sales figure, and another float function calcAverage that passed the four sale figure, determine and return the average sale figure.
And then a void function displayOutput that passed the highest sales figure and the average sales, and then display the highest sales figure and the average sales.
I wrote the program bellow but is not working, when compiling I get the error message error cpp:5 too few arguments to function `float getSales(float, float, float, float)'