Computer Science, asked by vaidehi1285, 5 months ago


3. (a) The following is a function of some class. What will be the output of the function test() when the
value of count is equal to 4 ? Show the dry run/working.
void test(int count) {
if(count == 0)
System.out.println("");
else
{ System.out.println("Bye" + count);
test(--count);
System.out.println("" + count);
}
}​

Answers

Answered by djking5
7

Answer:

the system of hardware

Explanation:

Mark me as brilliant

Similar questions