We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Java
- Introduction
- Java Datatypes
- Discussions
Java Datatypes
Java Datatypes
Sort by
recency
|
1596 Discussions
|
Please Login in order to post a comment
This is a great exercise for understanding Java’s primitive data types and their ranges. Ekbet
import java.util.; import java.io.;
class Solution{ public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int myInt = scanner.nextInt(); long num;
}
My code is not passing the 2nd and 3rd Testcases.... how do i clear them?!
import java.io.; import java.util.;
public class Solution {
}