Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
JAVA # 20 RASTGELE SAYIDAN EN KÜÇÜĞÜNÜ BULMAK
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { int[] dizi = new int[20]; Random rnd=new Random(); int ek=21; for(int i=0;i<dizi.length;i++){ dizi[i]=rnd.nextInt(20); if(ek>dizi[i]) ek=dizi[i]; } System.out.print(ek); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
several at a time
Series_4_8
Question FizzBuzz
m-primes
Implementation of several common methods of LinkedList
Happy Numbers
1D
Coding Challenge - 03 (Prime numbers)
Sourab Ghosh @ IP Address
jb11.0 threads tick tock 1.0
Please log in to post a comment.