Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2_Arpan Subba_Lincoln.java
// // Lincoln2.java author: SURAFEL TEFERA 1/7/2022 // // Demonsrates the basic structure of a Java application. // //'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' import java.util.*; import java.lang.*; class Rextester{ public static void main(String args[]) { System.out.println("A qoute by abraham Lincoln:"); System.out.println ("Whatever you are, be a good one."); }}
run
|
edit
|
history
|
help
0
Fibonacci
MP8 game
Remove unbalanced parentheses in a given expression
OBF-7 3
currency.java
1
Print String in Reverse
Counter.java
Table for 20
JDBC with lambda