You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
################################################################################################################################# the sequence matters
############################################################################################### most restrict if condition goes first !!!!!!!!!!!!!!!!!!!!!!
in case of a1 = a2 and b1 = b2, it will never print 'a1=a2 and b1=b2'
it will enter into the 1st if statement and execute and end the program!!!!!!!!