Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that prints all the even numbers divisible by 3 but not divisible by 7 between 1 and 200. Use continue statement

Write a program that prints all the even numbers divisible by 3 but not divisible by 7 between 1 and 200. Use

Write a program that prints all the even numbers divisible by 3 but not divisible by 7 between 1 and 200. Use continue statement Output: 6 12 18 24 30 36 48 54 60 66 72 78 90 96 102 108 114 120 132 138 144 150 156 162 174 180 186 192 198

Step by Step Solution

3.35 Rating (155 Votes )

There are 3 Steps involved in it

Step: 1

mainpy 1 for number in range1 201 123456780 2 if number 2 0 Check i... 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

Statistics

Authors: Robert S. Witte, John S. Witte

11th Edition

1119254515, 978-1119254515

More Books

Students also viewed these Programming questions

Question

What is the work environment like? Friendly/collegial?

Answered: 1 week ago