Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
pow binary
Compiler
Equal_HashCode_TEST --- imporatnt concept about hashing
Vikas
Most Common Word
Display Page (Pagination)
Firstproject
1.5
quickSort_LinkedList
Given two sorted arrays, merge them such that the elements are not repeated
Please log in to post a comment.