Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Array 11 grade (1-99)
//Shadiyar Tazhgurazov 24.01.2022 import java.util.*; import java.io.*; class Rextester { public static void main(String args[]) { int a[]=new int[100]; //declaration of array for(int i=0; i<=99; i++) { a[i]=i; if ( a[i]%2==1) { System.out.print(a[i]+" "); } } for(int z=99; z>0; z--) { a[z]=z; if ( a[z]%2==1) { System.out.print(a[z]+" "); } } } }
run
|
edit
|
history
|
help
0
Hello World
Using Recursion reverse the Line
stringkeyvalues
Java: If, Else, While, litle program
Fibonacci 2
Coding Challenge - 01 (Even numbers)
Smallest Multiple of N with Zeros and Ones
jb12.0 threads.enums
moneda
calc exp nha