Ask a New Question
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
553 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
791 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
554 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
480 views
import java.util.Scanner;
public class Initials { public static void main(String[] args) { Scanner input = new Scanner
2 answers
asked by
anonymous
1,009 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,059 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
712 views
import java.util.ArrayList;
import java.util.Scanner; public class Student { private int id; private String name; private int
1 answer
162 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
612 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
507 views