Page 1 of 1

Your program should function as a basic calculator; it should ask the user to input what type of arithmetic operation he

Posted: Sun May 15, 2022 8:07 am
by answerhappygod
Your program should function as a basic calculator; it should
ask the user to input what type of
arithmetic operation he would like, and then ask for the numbers on
which the operation should be
performed. The calculator should then give the output of the
operation. The user will enter an ā€œe’
to end the program.
Main() and four functions required.
C programming