Write a complete program that acts as a calculator, very similar to the calculat
ID: 3619495 • Letter: W
Question
Write a complete program that acts as a calculator, very similar to the calculator program from Lab 3. Inthis assignment, your calculator should allow the user to enter more than one formula. Only when the
user enters the formula "0.0 / 0.0" should your program finish. Until the user enters that formula, your
program should loop, continually asking for a new formula and printing the result of the computation. The
loop can be created as a while loop.
Be sure to run the tester to discover the exact wording of the messages you need to print and to ensure
your math operations are correct. I will run the tester to assist my grading.