Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Meena
class Rextester { public static void main(String args[]) { int first=5,second=10; System.out.println("beforeswap"); System.out.println(" first="+first); System.out.println(" second="+second); int temporary=first; first=second; second=temporary; System.out.println("aftr swap"); System.out.println("first="+first); System.out.println("second="+second); } }
run
|
edit
|
history
|
help
0
Java messing around
Kochergina_2
pattern2
Test.java
A.K.JAVA_EXPERIENCE_1
om using stars
parameter const
print alphabets using stars
javaClassAr2
Coding Challenge - 03 (Prime numbers)