Android- Switch, While Loop

other type of if statement:

switch (age) {
case = 1:

break;

default:

break;

}
=======================================
int counter = 0 \\easy start from a no.

while (counter <10 ) {

}
========================

No comments:

Post a Comment