Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1B
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' //Lokesh reddy 7002 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { Scanner in=new Scanner(System.in); String s=in.nextLine(); System.out.println(s); int a=in.nextInt(); System.out.println(a); float b=in.nextFloat(); System.out.println(b); } }
run
|
edit
|
history
|
help
0
JDBC with lambda
Majors
Lexisort
Firstproject
friend circle problem
Write a program to sort the odd elements descending order and even elements in ascending order
exp 3
Java recursive test
Simple String Reverse
Coding Challenge - 02 (Odd numbers)