Run Code
|
API
|
Code Wall
|
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
Extracting Value from a String that contains key value pairs
LunarLanding.java
Fireball Plugin
javaClassAr2
Switch
rta
Write a program to sort the odd elements descending order and even elements in ascending order
4.b
Implement Queue with Limited Size of Arrays
Nick-test