Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
int float
//'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=10; float b=2;float c; c=a+b; System.out.print("sum="+c); } }
run
|
edit
|
history
|
help
0
Street light
++a vs a++ and calculations around different variables
Hi
Happy Numbers
vampires number Eckel B. Thinking in Java
1.6
Problem: rstring
클래스의 정의와 인스턴스 생성
RevArray
Queue implementation