Android - if n else, multiple test


int test = 6; \\Main statement

if (){  \\if situation in blacket happen, then do within the brace

}else{ or else do this

}

multiple test with:
 ( state 1 && state 2) \\ and statement
 ( state 1 && state 2) \\ or statement

No comments:

Post a Comment