Consider the following code fragment:
while
n = 3
print n == 3
a) what will be the output of above code?
b) what is the reason behind this output?
Answers
Answered by
10
________________________________________
a. The output of above code is 3.
b.The reason behind this output is because the command used to print n and the value of
----------------------------------------------------------------
*****************************************
*****************************************
Similar questions