First the program must read a text file the user must be


Hello., I posted another question but since I have to do another thing into the program I'm writing a new updated question.
So I need to write a program :
First the program must read a text file (The user must be able to write the name of the text file) , the text file contains the following: the expenses the company is going to spend.
Text file example:
Keywords: #best_project_ever
Expenses:
Equipment:$300
Food: $50
Consumable expenses: $100
Consulting expenses: $40
Travel: $150
Extras: $500

Then after reading the text file, ( the file must show into the console, so the evaluator can see it)
I have to do the following:
3 evaluators will evaluate 4 parameters ( just name them parameter1, parameter2 ...) the program must ask the evaluators to input those parameters but as letters (N=1,M=2,S=3,B=4,E=5) then I have to do the average for each evaluator and then the average for all of the 3 evaluators. Now I have to convert the 3 evaluators average in percentage( 1 to 2 =25%,2 to 3 =50%, 3 to 4=75% and 4 to 5=100%)
Finally I have to write these percentages in a new file, following the things that were written in the initial text file.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: First the program must read a text file the user must be
Reference No:- TGS0977616

Expected delivery within 24 Hours