Computer Science, asked by sujatakumaridolly, 1 year ago

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 vanshkhurana00
2

Answer:

a) 3 ( it will be the out put of above code)

b) because 3 is small number

Similar questions