[email protected] ← → C Gradebook learn.zybooks.com/zybook/DAT_210_55753711/chapter/4/section/15 =zyBooks My li
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
[email protected] ← → C Gradebook learn.zybooks.com/zybook/DAT_210_55753711/chapter/4/section/15 =zyBooks My li
[email protected] ← → C Gradebook learn.zybooks.com/zybook/DAT_210_55753711/chapter/4/section/15 =zyBooks My library > DAT 210: Data Programming Languages home > 4.15: LAB: Hailstone sequence Students: Section 4.15 is a part of 1 assignment: Wk 4-Apply: Summative Assessment: Labs [due Day 7] 25 X zy Section 4.15-DAT 210: Data Pro X 4.15 LAB: Hailstone sequence Given a positive integer n, the following rules will always create a sequence that ends with 1, called the hailstone sequence: • If n is even, divide it by 2 • If n is odd, multiply it by 3 and add 1 (i.e.3n +1) • Continue until n is 1 The output format can be achieved as follows: print (n, end='\t') Ex: If the input is: Write a program that reads an integer as input and prints the hailstone sequence starting with the integer entered. Format the output so that ten integers, each separated by a tab character (\t), are printed per line. the output is: 25 76 34 17 8 4 411216.1973286.qx3zq7 LAB ACTIVITY 38 52 2 19 58 29 26 13 40 1 4.15.1: LAB: Hailstone sequence 1 '' Type your code here. *** 88 20 31 Watch WWE Raw 7/4/22-4th Ju X 44 22 11 10 5 16 Requirements: zyLab Due: 12/08/2033, 5:59 PM CST main.py ✓ 0/10 Load default template... + Q ☆ ☐ ⠀ zyBooks catalog? Help/FAQ Mariah Williams. +8 3:53