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
0
there would be nothing visible on output as non of the criteria is met in if statements.
mark as brainliest
Similar questions
English,
6 months ago
World Languages,
6 months ago
Math,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago