Ask a New Question
Search
import java.util.Scanner; public class Initials
Showing results
1
through
10
of 29,426.
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
482 views
import java.util.Scanner;
public class Initials { public static void main(String[] args) { Scanner input = new Scanner
2 answers
asked by
anonymous
944 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
494 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
735 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
413 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
998 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
656 views
import java.util.ArrayList;
import java.util.Scanner; public class Student { private int id; private String name; private int
1 answer
113 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
453 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
562 views
Pages
1
2
3
4
5
6
7
8
9
10