Question: Student number is 20190808085 9 Consider the following method: - public static void test_a(int n) { System.out.print(n + -); n=n - 2; if (n>0) test_a(n%

Student number is 20190808085
9 Consider the following method: - public static void test_a(int n) { System.out.print(n + "-"); n=n - 2; if (n>0) test_a(n% 10); } What is printed by the call test_a(WITH YOUR STUDENT NUMBER)? (Note : % is the mode operator) * (0/10 Puan) *
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
