Computer Science, asked by akshat8712, 11 months ago

d. What will be the output of the following code:
x=1
while (x < 10):
if (x == 5): break
print x
if (x == 3): break
print x​

Answers

Answered by swayamicy
0

there would be nothing visible on output as non of the criteria is met in if statements.

mark as brainliest

Similar questions