I need help in the following C# programming:
Vehicle manufacturers always offer new saving fuel cars to new drivers. The Renault manufacturer has taken this in consideration and offered new car Renault Clio to a driver Syle LeSylani for one year use. Syle has kept evidence of past kilometers at every fuel filling. He made at least 5 reservoirs filling per year.
My duty is to write the C# program that it will accept fuel data (type: double) and past kilometers (type: double) for every fuel filling. The program it needs to process those data in console application, how many kilometers are past in each filling. Also it needs to show overall calculation of past kilometers for all fillings. The calculation must be presented in decimal (real numbers). The class and the program should be in two separate files.
Please if you can help me or just to give me a suggestion how to begin this because accrding to my acknowledge here something is missing.
Also i need to make the algorythm of it.
In advance thank you for your reply.
Cheers.