It says "reached the end of paraphrasing" for the error on the left.
class recursion { public void mystery7(int n) {
if(n <= 0) {
System.ou