Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nested
//'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) { int age=20; int weight=80; if(age>=18){ if(weight>50){ System.out.println("you are eligible to donate blood"); } } } }
run
|
edit
|
history
|
help
0
Basic LinkedList in Java
LRU cache - Using doubly linked list (Fast!)
bubble sort
Java Object structure dumper (iterative)
Matcher Example (not my)
pre
쓰레드 critical section
1a
Linked List creation
exp 3