. . : : | TeRRen.Jr | : : . .: CONTOH LOOPING PADA JAVA
 
Image and video hosting by TeRRen.Jr
CONTOH LOOPING PADA JAVA

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:  
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.
1 Response
Leave a Reply

iSikan kOmenTar aNDa semaUnya