Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
JAVA # 20 RASTGELE SAYIDAN EN BÜYÜĞÜ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[]) { Random rnd = new Random(); int eb=0; int[] dizi = new int[10]; for(int i=0;i<dizi.length;i++){ dizi[i]=rnd.nextInt(50); System.out.println(dizi[i]); if(eb<dizi[i]) eb=dizi[i]; } System.out.println(eb); } }
run
|
edit
|
history
|
help
0
Basic Matrix
Complex number multiplication (leetcode)
Problem: fb_series
linkl
Write a program to sort the odd elements descending order and even elements in ascending order
Matcher Example (not my)
Find if a String2 is substring of String1
jb12.0 threads.enums
Scope
2.7 intersection