Answer:
B). 3 lines
Step-by-step explanation:
In order to modify the loop is drawn using three circles to make it drawn employing ten circles, the code must be comprised of three lines. The execution of line 1 includes 3 as the value of x while y remains undefined. Line 2 would employ the same value of x i.e. 3 and the introductory value of y(5 = 3 + 2) where x + 2 is being executed. In the third line, 10 circles can be drawn in total in the loop as {2(previous value) * 5 = 10}, y's updated value.