Question: Write a Java program that starts with an integer n, divides n by 2 if n is even, or multiplies by 3, and add 1
Write a Java program that starts with an integer n, divides n by 2 if n is even, or multiplies by 3, and add 1 if n is odd, repeat the process until n = 1.
Step by Step Solution
3.37 Rating (150 Votes )
There are 3 Steps involved in it
public class Main public static void mainStri... View full answer
Get step-by-step solutions from verified subject matter experts
