Computer Science, asked by madhuryagowd86471, 20 days ago

Which one of the following if statements will not execute successfully?a) if(1,2):print(foo)b) if(1,2)print( foo")c) if(1,2):print(foo)d) if(1):print(foo)​

Answers

Answered by puspitapanda27
0

Explanation:

b) if(1,2)print( foo")

Similar questions