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
Leetcode 297. Serialize and Deserialize Binary Tree
// Java Coding Challenge - 09: Find out duplicate numbers using HashSet
Abhay
Edna Garcia
Eckhart generator with real id
motifCatur
or You Over the hill
1
Catalan number optimised
assignment 3