I believe the answer is D. It makes more sense and is the most correct grammatically.
Hope this helped and pls mark as brainliest!
~ Luna
Answer:
C. Blinking vertical line on your screen
Explanation:
A cursor is tha blinking vertical line on your screen.
Your answer is already in one decimal place. If you consider the whole number to one decimal place it would be rounded to just 10 since 0 doesn’t count for sig figs. Hope it helped
I have to type 20 characters here so...
The program illustrates the concepts of loops and conditional statements.
<h3>The complete program</h3>
The program written in Python, where comments are used to explain each line is as follows:
start = int(input())
end = int(input())
for i in range(start, end+1):
if i%3 == 0 and i % 6 !=0:
print(i,end = " ")
Read more about python programs at:
brainly.com/question/13246781
#SPJ1