Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DO NOT ALLOW TO IMPORT ANY INBUILT LIBRARY Write a simple Python program that generates a sequence, following the given rule: a. Take any integer

DO NOT ALLOW TO IMPORT ANY INBUILT LIBRARY

image text in transcribedimage text in transcribed

Write a simple Python program that generates a sequence, following the given rule: a. Take any integer number, n b. If n is even, then divide it by 2 C. If n is odd, then multiply it by 3 and add 1 d. Repeat the step (b) and (c) indefinitely or when it reaches 1. You need to find the largest value ever encountered in the sequence and also the total number produced in the sequence. Sample Test Data: Please enter the starting number: 11 Sample Output: The sequence of numbers are as follows: 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1 The largest value encountered in the sequence is: 52 The total number produced in the sequence is: 14 Note that when you are displaying the output, each row can have a maximum of 10 numbers

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Theory And Application Bio Science And Bio Technology International Conferences DTA And BSBT 2011 Held As Part Of The Future Generation In Computer And Information Science 258

Authors: Tai-hoon Kim ,Hojjat Adeli ,Alfredo Cuzzocrea ,Tughrul Arslan ,Yanchun Zhang ,Jianhua Ma ,Kyo-il Chung ,Siti Mariyam ,Xiaofeng Song

2011th Edition

3642271561, 978-3642271564

More Books

Students also viewed these Databases questions