Computer Science, asked by ARINDOMDEBBARMA, 11 months ago

Consider the following code and answer the questions given below.
For I = 20 To 5 Step -4
TextWindow.WriteLine (I)
EndFor
i. What will be the output of the code?
ii. Write the same code using While...EndWhile.​

Answers

Answered by fiza1426
4

change the subject computer will kill you will not be able to score more marks and your board examination which were the two downfall in your percentage so that it would be better if you take some else checked

Answered by anikaalim889
1

Answer:

i ) 20

   16

   12

   8

ii ) Number = 20

While number > = 5

TextWindow.Writeline (Number)

Number₂ Number - 1

EndWhile

Explanation:

Similar questions