As you can see im trying to make the example.txt file mathematical operational. Cause for example in the text file it says there "2+3" then i use getline to get "2+3" in the program and the program screen should display "5". but all i get for print is still "2+3" how will i make 2+3 operational and not just printing itself?