Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
Java # Dizi ile ek bulma
//'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[]) { Random rnd=new Random(); int[] dizi=new int[20]; for(int i=0;i<dizi.length;i++){ dizi[i]=rnd.nextInt(200); System.out.println(dizi[i]); } Arrays.sort(dizi); System.out.println("En Küçük"+dizi[0]); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Problem: fb_series
contoh 43
ekse
om using stars
get top k frequent elements ( Priority Queue implementation ) Language: Editor: Layout:
java polymorhism
Count and Say
Problem: on_off
pratik bhandalkar 8655
ChangePI
Please log in to post a comment.