Brian Berry
Well-Known Member
I can't wrap my head around how to write the following if statement. Some help would be greatly appriciated
"if a counter variable has decremented by one then allow"
i
"if a counter variable has decremented by one then allow"
i
Code:
cou0--
if(cou0 ???){
//cou0 has changed
}