Computer Science, asked by parincekumar668, 11 days ago

The following program is supposed to print the first 10 multiples of 5. What should be the value of the updation shown by a blank?
C=5
WHILE C< =50
PRINT C
C=C+______
WEND​

Answers

Answered by kiranjhala9131
0

Answer:

c= 5

as we are finding the multiplies of 5 that's why why you know that in table of 5

5×1=5

5×2=10

5+5=10

Similar questions