Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Relation
//'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 a,b; boolean c,d,e; a=17; b=20; c=a<b; d=a>b; e=a==b; System.out.println("a<b is:"+c); System.out.println("a>b is:"+d); System.out.println("a==b is:"+e); } }
run
|
edit
|
history
|
help
0
test1
Document management system - build unordered list (table of contents) recursively
Find if a String2 is substring of String1
rextester.java1
練習問題
Switch case example
4.A
Fraction implementation using oops in java
Inheritance
webPage to string