Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lincoln1_Surafel
// // Lincoln.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
calc exp gxb2
Memory cleanup
[Java] Coding - Reverse CODE-StringBuilder
exp6
Write a program to sort the odd elements descending order and even elements in ascending order
do whilee
3.D
2B
pow x^n
toStringMethodinJava