subject
Computers and Technology, 26.10.2021 15:20 mochoa4

Use loop structures below to print the even numbers 2 to 100. (2, 4, 6, 8, 10, etc) Each program will have the same output. Write programs that print the same output as that program, but do it in the following ways: a. Using a for loop that increments the loop control variable by 2 each iteration.
b. Using a for loop whose loop control variable goes from 0 to 50.
c. Using a for loop whose loop control variable goes from 100 down to 0.
d. Using an infinite for loop with no conditional expression and exiting the loop with a break statement.
e. Using a while loop.
f. Using a do-while loop.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:30
Gerard is currently working as an entry-level customer support technician, but he would like to someday become a software developer. what is the best first step to understand what he should do? ask his manager for a new job or at least a job recommendation study graphic design in order to obtain the necessary skills use career resources to investigate what skills and education are required work part-time as an entry-level web developer question 13 (true/false worth 6 points) (08.03 lc) career resources are used to explore career options and find career information. true false question 14(multiple choice worth 6 points) (08.01 mc) classify the following skills: writing html code, evaluating color theory, using design principles. hard skills interpersonal skills people skills soft skills question 15 (true/false worth 6 points) (08.03 lc) a mentor is a person who is advised, trained, or counseled by a trusted mentee. true false
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Light travels at a speed of 186,000 miles a second. the distance light travels in a year is 5,865,690,000,000 miles/year 5,865,695,000,000 miles/year 58,656,950,000,000 miles/year 6,789,000,0000 miles/year
Answers: 1
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
Answer these and get 40 points and brainliest
Answers: 1
You know the right answer?
Use loop structures below to print the even numbers 2 to 100. (2, 4, 6, 8, 10, etc) Each program wil...
Questions
question
Mathematics, 07.06.2020 06:57
question
Mathematics, 07.06.2020 06:57
question
Mathematics, 07.06.2020 06:57