Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
arithematic
//'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=20,b=10; System.out.println("a+b="+(a+b)); System.out.println("a-b="+(a-b)); } }
run
|
edit
|
history
|
help
0
Javaprog.java
Extracting Value from a String that contains key value pairs
Coding For Fandroid
Problem: on_off
LambdaExpression
HelloWorld2
This code is not what it seems...
Partition Palindrome (BackTracking) #131
PE #7
Problem: Single_digit