Question: Write a shell program mycalc.sh which continually asks user for real (float) numbers, operator (+, -,* /) as input, and prints the results (e.g 3
Write a shell program mycalc.sh which continually asks user for real (float) numbers, operator (+, -,* /) as input, and prints the results (e.g 3 + 5 = 8). The program will stop when user enter quit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
