Question: Write a recursive method, called countDown that takes a non-negative integer argument n, and prints the numbers backward from n to 1. For example, countDown(4)
Write a recursive method, called countDown that takes a non-negative integer argument n, and prints the numbers backward from n to 1. For example, countDown(4) should print 4 3 2 1
This is in JAVA language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
