Consider the following counter controlled loop


Consider the following counter controlled loop. Which one of the following best represents the output?

Declare K As Integer
For (K=2; K<=5; K= K+2)
Write K
End For

a. 4 6 8 c. 2 4
b. 8 d. 6

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Consider the following counter controlled loop
Reference No:- TGS0132050

Expected delivery within 24 Hours