Question: Write a program (AppleOrange, that lives in AppleOrange.java). This program should print the numbers from 1 to X (inclusive), space-separated, but for multiples of 3
Write a program (AppleOrange, that lives in AppleOrange.java). This program should print the numbers from 1 to X (inclusive), space-separated, but for multiples of 3 print apple instead of the number, for multiples of 7 print orange instead of the number, and for the multiples of both 3 and 7 print appleorange (no space) instead of the number. X is a command-line argument to the program. Dont forget to document as you go. Please implement this code in java today.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
