logo Practice-It logo

printNumbers

Language/Type: Java recursion
Author: Marty Stepp (on 2020/11/05)

Write a recursive method called printNumbers that prints all of the integers that are composed of two 2's and two 5's. Your method should write each combination on a separate line of output.

Type your solution here:


This is a method problem. Write a Java method as described. Do not write a complete program or class; just the method(s) above.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.