0
If statement
Can you put multiple conditions in the if condition brackets and if so how? I want to use &&, how would I do it?
4 ответов
+ 6
yes, you can use it as many as you want
if(1<2 && 3<4 && 4<5)
{
// do some stuff
}
- 1
@vukan ca u help me with this kode it doesnt work properly
- 1
i pretty shure that my eror b4 was that i couldnt put same variable twice so i try this way and it still no work