Question: Write a method printOdds that prints each odd number from 1 to a given maximum, separated by commas. For example, the call: printNumbers(5) should print:
Write a method printOdds that prints each odd number from 1 to a given maximum, separated by commas.
For example, the call:
printNumbers(5)
should print:
1, 3, 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
