Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Simple String Reverse
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' import java.util.*; import java.lang.*; class Rextester { public static String Reverse(String input) { return input; } public static void main(String args[]) { String s = "Hello, World!"; System.out.println(s); System.out.println(Reverse(s)); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
laba3
calc exp nha
Max palindrome string
Current date and time in java
jb14.0 lyambds
Write a program to sort the odd elements descending order and even elements in ascending order
Pipes
Problem_binary
test1
JAVA # Boşluklu bir metinde kaç adet boşluk var
Please log in to post a comment.