Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Java
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' //Nganji Bernard Tume 191fa07137 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { int i=500; double j=i; long a=(long)j; System.out.println(i); System.out.println(j); System.out.println(a); } }
run
|
edit
|
history
|
help
0
LeetCode 121 - Best time to buy and sell stock - O(n) solution
uraian angka
1.5
Sorted Array
pow x^n
call function
4.a
Hello, World!
Complex Number implementation using oops java
[JAVA] Cool thing about iterating a map with iterator.