[JAVA][作業][Lab6] Exception Handling
Write a program that can serve as a simple calculator. This
calculator keeps track of a single number (of type double) that is
called result and that starts out as 0.0. Each cycle allows the user to
repeatedly add, subtract, multiply, or divide by a second number. The
res...