Question: Write a program with a loop to ask the user for an integer greater than 2 and then pass the integer to a function which

 Write a program with a loop to ask the user for

Write a program with a loop to ask the user for an integer greater than 2 and then pass the integer to a function which will produce and display on the console the ulam sequence. Do not accept a number less than 2. The ulam sequence begins with an integer. If it is even, divide by 2. If it is odd, multiply by 3 and add 1. Then apply the appropriate rule to the resulting integer. Continue in this way until the number produced is 1. This sequence will always, eventually produce a value of 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!