oh and also he did this
if (blabla==blblblb); { }
note that red ; is wrong
if (your logical test here){actions sperated by; like another one here;}
if you logical test is more complex you can nest them like this if((a==b)||(c==d)){do things;}
oh and also he did this
if (blabla==blblblb); { }
note that red ; is wrong
if (your logical test here){actions sperated by; like another one here;}
if you logical test is more complex you can nest them like this if((a==b)||(c==d)){do things;}