
1. Switch(number){
case 1:
//codes here
break;
case 2:
//codes here
break;
case 3:
//codes here
break;
default:
break;
}
2.
for(int i = 0; i < 100; i++){
Console.WriteLine(i);
}
okey po thank you paps .you should include which language do you use.
Sa tingin ko walang sasagot niyan even though alam ko or alam nila.
May google kasi and stackoverflow. You can easily search it and then try. Tapos post mo dito kung may error ka and then dun ka namin hehelp
little example:
C#:1. Switch(number){ case 1: //codes here break; case 2: //codes here break; case 3: //codes here break; default: break; } 2. for(int i = 0; i < 100; i++){ Console.WriteLine(i); }