Ask a New Question
Search
import java.util.Scanner; public class main
I am trying to run the following program and am getting this error:
java.util.InputMismatchException import java.io.*; import
0 answers
asked by
Mike
506 views
import java.util.Scanner;
public class main { public static void main(String[] args) { Scanner wins = new Scanner(System.in);
0 answers
asked by
John christian
748 views
can you show me where is the wrong for this program..because it contains error..i don't know where is it wrong..help..tq.:)
impor
1 answer
asked by
yaya
514 views
I need to know what's wrong with my code and it's supposed to be in the Next-Line blocking style.
import java.util.Scanner;
0 answers
asked by
Charlie
431 views
import java.util.Scanner;
public class Initials { public static void main(String[] args) { Scanner input = new Scanner
2 answers
asked by
anonymous
958 views
//program that puts two lists in order in one single list with all the numbers in order
import java.util.Scanner; public class
3 answers
asked by
Pedro
1,016 views
//program that puts two lists in order in one single list with all the numbers in order
import java.util.Scanner; public class
0 answers
asked by
Pedro
673 views
import java.util.ArrayList;
import java.util.Scanner; public class Student { private int id; private String name; private int
1 answer
126 views
i'm almost done with this program but i can't figure out how to shoo the wumpus. i'm stuck as to how the shot direction has the
2 answers
asked by
yuki
572 views
For java programming, what is the difference between read() and next()?
For example: Let's say I import the java Scanner class.
1 answer
asked by
Kid
466 views