Search found 1 match

by divyenduz
Tue Aug 28, 2012 1:03 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153623

Re: 10038 - Jolly Jumpers

Can anyone tell me why this code is not working ?

import java.util.*;
class JollyJumpers{
public static void main(String[] args){
try{
Scanner in=new Scanner(System.in);
StringTokenizer token;
int n;
while(in.hasNext()){
token=new StringTokenizer(in.nextLine());
n=Integer.parseInt(token ...

Go to advanced search