Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
else if statement
class Rextester { public static void main(String[] args) { int age = 16; /* == * != * < * > * <= * >= */ if(age>=18){ System.out.println("Allowed to Enter"); } else if (age==17){ System.out.println("You Got 10 minutes"); } else{ System.out.println("Enter Denide"); } // kakoe chislo bolshe /* int a = 10; int b = 15; int c = 52; if(a>b && a>c){ System.out.println("a is greatest"); } else if(b>c){ System.out.println("b is greatest"); } else{ System.out.println("c is greatest"); } */ } }
run
|
edit
|
history
|
help
0
4a
ok
K closest points
JAVA # 20 RASTGELE SAYIDAN EN KÜÇÜĞÜNÜ BULMAK
PE #12
om using stars
javaLP(Multi)
String is not reference Type??
메소드구현하기-해결
3.A