- 1
i am not understand, if 7>3 and it will print 3, and its also true that 7==7 why cant it print both
5 ответов
+ 12
I cannot understand your question.
0
When it run the first statement, it will jump out of the if . So 7==7 is not executed.
- 1
I don't understand either. Probably just that the developers of sololearn made a mistake.
- 1
The answer is right, because the statement 7==7 will not execute.