import java.util.Scanner; public class Initials

Showing results 1 through 10 of 29,426.
  1. I am trying to run the following program and am getting this error:java.util.InputMismatchException import java.io.*; import
    1. answers icon 0 answers
    2. Mike asked by Mike
    3. views icon 482 views
  2. import java.util.Scanner;public class Initials { public static void main(String[] args) { Scanner input = new Scanner
    1. answers icon 2 answers
    2. anonymous asked by anonymous
    3. views icon 944 views
  3. 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. answers icon 1 answer
    2. yaya asked by yaya
    3. views icon 494 views
  4. import java.util.Scanner;public class main { public static void main(String[] args) { Scanner wins = new Scanner(System.in);
    1. answers icon 0 answers
    2. John christian asked by John christian
    3. views icon 735 views
  5. 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;
    1. answers icon 0 answers
    2. Charlie asked by Charlie
    3. views icon 413 views
  6. //program that puts two lists in order in one single list with all the numbers in orderimport java.util.Scanner; public class
    1. answers icon 3 answers
    2. Pedro asked by Pedro
    3. views icon 998 views
  7. //program that puts two lists in order in one single list with all the numbers in orderimport java.util.Scanner; public class
    1. answers icon 0 answers
    2. Pedro asked by Pedro
    3. views icon 656 views
  8. import java.util.ArrayList;import java.util.Scanner; public class Student { private int id; private String name; private int
    1. answers icon 1 answer
    2. views icon 113 views
  9. For java programming, what is the difference between read() and next()?For example: Let's say I import the java Scanner class.
    1. answers icon 1 answer
    2. Kid asked by Kid
    3. views icon 453 views
  10. 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
    1. answers icon 2 answers
    2. yuki asked by yuki
    3. views icon 562 views