IT 140: Introduction to Scripting v3 home > 4.2: While loopsB zyBooks catalogHelp/FAQ8 Jose Roque4.2.3: Basic while loop expression.ACTIVITYWrite a while loop that prints user_num divided by 2...


B Announcements - IT-140-J6182<br>zy Section 4.2 - IT 140: Introduction x<br>b Computer Engineering Question x<br>+<br>Home<br>8 https://learn.zybooks.com/zybook/SNHUIT140V3/chapter/4/section/2<br>= zyBookS My library > IT 140: Introduction to Scripting v3 home > 4.2: While loops<br>B zyBooks catalog<br>Help/FAQ<br>8 Jose Roque<br>4.2.3: Basic while loop expression.<br>ACTIVITY<br>Write a while loop that prints user_num divided by 2 until user_num is less than 1. The value of user_num changes inside of the<br>loop.<br>Sample output with input: 20<br>10.0<br>5.0<br>2.5<br>1.25<br>0.625<br>Note: If the submitted code has an infinite loop, the system will stop running the code after a few seconds and report

Extracted text: B Announcements - IT-140-J6182 zy Section 4.2 - IT 140: Introduction x b Computer Engineering Question x + Home 8 https://learn.zybooks.com/zybook/SNHUIT140V3/chapter/4/section/2 = zyBookS My library > IT 140: Introduction to Scripting v3 home > 4.2: While loops B zyBooks catalog Help/FAQ 8 Jose Roque 4.2.3: Basic while loop expression. ACTIVITY Write a while loop that prints user_num divided by 2 until user_num is less than 1. The value of user_num changes inside of the loop. Sample output with input: 20 10.0 5.0 2.5 1.25 0.625 Note: If the submitted code has an infinite loop, the system will stop running the code after a few seconds and report "Program end never reached." The system doesn't print the test case that caused the reported message. 247772.2002516.qx3zqy7 1 user_num = int(input()) 1 test 3 ' Your solution goes here '" passed 4. All tests Activate Windows Go to Settings to acțivate Windows. 11:38 AM P Type here to search 87°F Partly sunny A G O . 4) 7/25/2021 DIDIE ם
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here