HampiR miRip2 deNgan Looping di C++..
Hanya ada bebERapa Perbedaan daLam synTAxnta..
ini diA Looping daLam JAva..
public class ulang
{
public static void main(String[] args)
{
int q,a ;
for (q = 0;q <= 10;q++)
{
System.out.println(q);
if (q == 10)
System.out.println ("Looping Success");
}
}
}
seLaMat menCoba..
Category:
Java
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.
1 Response

thanks.. mencoba program.