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
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
1
Answer:
i ) 20
16
12
8
ii ) Number = 20
While number > = 5
TextWindow.Writeline (Number)
Number₂ Number - 1
EndWhile
Explanation:
Similar questions
Hindi,
5 months ago
Science,
5 months ago
Computer Science,
11 months ago
Math,
11 months ago
English,
1 year ago