Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION #8 Write a for loop to print all the even numbers from 200 to 300. Sample Run 200 202 204 206 208 210 212

image text in transcribed

QUESTION #8

Write a for loop to print all the even numbers from 200 to 300.

Sample Run

200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232 234 236 238 240 242 244 246 248 250 252 254 256 258 260 262 264 266 268 270 272 274 276 278 280 282 284 286 288 290 292 294 296 298 300

QUESTION #5 Write a loop to print 11 to 35 inclusive (this means it should include both the 11 and 35), 5 per line. Sample Run 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 QUESTION #6 Write a for loop to print the numbers 5, 10, 15 75. Sample Run 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 QUESTION #7 Write a for loop to print the numbers 88, 84, 80, .44 Sample Run 88 84 80 76 72 68 64 60 56 52 48 44

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Managerial Accounting

Authors: Carl S. Warren, James M. Reeve, Jonathan E. Duchac

10th Edition

B010IKDQZM

Students also viewed these Databases questions