import java.util.ArrayList; import java.util.Scanner; public

  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.ArrayList;import java.util.Scanner; public class Student { private int id; private String name; private int
    1. answers icon 1 answer
    2. views icon 114 views
  3. Hi,I'm trying to figure out how to implement toString() methods into the JavaTest and H2ClassB classes so that the output would
    1. answers icon 0 answers
    2. Nina asked by Nina
    3. views icon 519 views
  4. 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
  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. 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
  7. 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
  8. //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
  9. //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
  10. import java.awt.EventQueue;import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.SwingConstants; import
    1. answers icon 1 answer
    2. OJ asked by OJ
    3. views icon 131 views