Insert a statement in the while loop that will cause it to print all numbers except 400

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter5: Looping
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question
Insert a statement in the while loop that will cause it to print all numbers except 400
a sta
ent in the while loop thị
400!
Edit the code
1 num = 0
2 while num <= 1000:
3
num += 1
4.
if num ==
400:
6.
print(num)
7.
Transcribed Image Text:a sta ent in the while loop thị 400! Edit the code 1 num = 0 2 while num <= 1000: 3 num += 1 4. if num == 400: 6. print(num) 7.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Basics of loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage