Hey how would I make an if then statement for something like
if(0<x<5){
blah blah blah;
}else if(6<y<10){
asdfasdfasdf;
}
I tried doing it like that, but it doesnt work for me.
Hey how would I make an if then statement for something like
if(0<x<5){
blah blah blah;
}else if(6<y<10){
asdfasdfasdf;
}
I tried doing it like that, but it doesnt work for me.
:: Copyright KIRUPA 2024 //--