Question: In Java, use only while loop. No arrays. Write a program that starts examining integers at 1 and uses a while loop to detect and
In Java, use only while loop. No arrays.
Write a program that starts examining integers at 1 and uses a while loop to detect and print integers that are even or multiples of 4, but not both. Use the exclusive or operator as on page 95. The program should examine successively larger integers until 15 integers have been printed. The integers should be printed right aligned in fields that are 6 characters wide, but with only five integers per line. The total of all correct integers should be reported after all 15 multiples have been printed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
