HOw to check for EOf in java ...when the input if a BIgInteger.
Scanner sc= new Scanner(System.in)
while(sc.nextBigteger !=-1)
{
//
}
is the above code correct with respect to check the input?
created
last reply
- 1
reply
- 181
views
- 2
users
HOw to check for EOf in java ...when the input if a BIgInteger.
Scanner sc= new Scanner(System.in)
while(sc.nextBigteger !=-1)
{
//
}
is the above code correct with respect to check the input?
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
Strategies for Tackling Java-Based SPOJ Problems More Efficiently? | JAVA based languages | 0 | 69 | May 23 |