does the condition after && always get evaluated

后端 未结 6 722
予麋鹿
予麋鹿 2020-12-03 02:48

I have this if statement that tests for the 2 conditions below. The second one is a function goodToGo() so I want to call it unless the first condi

6条回答
  •  时光取名叫无心
    2020-12-03 03:18

    Always corelate your technical Language with your own language, Likewise here, If I say you in verbal conversation, its just like :You are asking= "if I am hungry '&&' I am eating Pizza" is similar to "If I am hungry then only i am eating Pizza"? So here you can see that later phrase says that untill i am not hungry i am not eating pizza, and the former says I am humgry and I am eating pizza. :-)

提交回复
热议问题