Write a program named q1.py and add code to the program to solve the following problems. a) Write a postcondition, event-controlled loop (i.e., a while loop), using a break statement, that prints the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per line). b) Write a postcondition, event-controlled loop (i.e., a while loop), using a flag variable, that prints the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per line). c) Write a counter-controlled loop (i.e., a for loop), that prints the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per line).

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 19PE
icon
Related questions
Question

please help

Write a program named q1.py and add code to the program to
solve the following problems.
a) Write a postcondition, event-controlled loop (i.e., a while
loop), using a break statement, that prints the numbers 8, 14,
20, 26, 32, and 38 to the terminal (one per line).
b) Write a postcondition, event-controlled loop (i.e., a while
loop), using a flag variable, that prints the numbers 8, 14, 20,
26, 32, and 38 to the terminal (one per line).
c) Write a counter-controlled loop (i.e., a for loop), that prints
the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per
line).
Transcribed Image Text:Write a program named q1.py and add code to the program to solve the following problems. a) Write a postcondition, event-controlled loop (i.e., a while loop), using a break statement, that prints the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per line). b) Write a postcondition, event-controlled loop (i.e., a while loop), using a flag variable, that prints the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per line). c) Write a counter-controlled loop (i.e., a for loop), that prints the numbers 8, 14, 20, 26, 32, and 38 to the terminal (one per line).
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Hyperlinks
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning