I need some help with a program. The program is this. 1. Your program will read
ID: 3530156 • Letter: I
Question
I need some help with a program. The program is this.
1. Your program will read from a file named myMathProblem.txt
2. The first line in the file will be a numerical value which will be the first value in your mathematical expression.
3. The next line will be an operator either +, -, *, /, rt, or ^.
4. The next line will be the second number in your mathematical expression.
5. Your program wil perform the operation and display the expression & result.
6. Your program will continue perform steps 3, 4, and 5 using the last result value until there are no more line items in the file.
7. Finally your program will display the final answer.
Can you help me write this?
Explanation / Answer
in which language you want