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
Convert string array to lowercase.
smallest number and its index(position)
Sample for https://stackoverflow.com/a/49984959/4216641
ZonedDateTime testing
Meena
InnerClass vs. Anonymous vs. Lambda...
KS
Array - char
Coding Challenge - 03 (Prime numbers)
Sorted Array