Hi. I need help for a school project. I need to creat a calculator program using only getchar and putchar. the user has to enter the statement and the program should echo the statement and the answer. for example the user has to enter " 3 + 6 " and the program should answer " 3 + 6 = 9".
I appreciate any help.