Consider the following code fragment:
n = 3
while n == 3
Print n
n = n - 1
A) what will be the output of above code?
B) what is the reason behind this output?
C) what change/ correction will you make to above code to make it print some output?
Answers
Answered by
2
Answer:
a) 3 ( it will be the out put of above code)
b) because 3 is small number
Similar questions
Social Sciences,
6 months ago
Math,
6 months ago
Chemistry,
1 year ago
English,
1 year ago
Math,
1 year ago