The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
1.
Code:
Random generator = new Random(); int integerArray[20]; int foundSeven=0; int i; for (i=0; i<20; i++) { integerArray[i] = generator.nextInt(); if ((integerArray[i]==7)&&(foundSeven==0)) { foundSeven = 1; println("Found the number 7 at position " + i); }// end if } // end for |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|