IC211 Spring AY 2020
Name (Last, First): ____________________________________________________ Alpha: _____________________
Describe help received: _________________________________________________________________
HW13.java
|
MyMath.java
|
-v
option it runs in a "verbose" mode in
which instructions and an explanation of the output get
printed. Here are some runs of the program:
~/$ java HW13 -v Enter x, k, m: 2 3 5 2^3 % 5 = 3 |
~/$ java HW13 2 3 5 3 |
Error in HW13! invalid input.
handleError("k < 0 in modexp!")
.]