Search:

Type: Posts; User: james

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    6,286

    Re: INPUTMISMATCHEXCEPTION

    Well I have made some changes to my program.But i still have this error:

    [
    import java.util.*;
    import java.io.*;

    public class university
    {
    public static void main(String[] args)throws...
  2. Replies
    7
    Views
    6,286

    Re: INPUTMISMATCHEXCEPTION

    Well jassi the requirement is this:
    You receve a file that contains female and male student's GPA for certain courses .Due to confidentility, only the letter code f is used to represent female...
  3. Replies
    7
    Views
    6,286

    Re: INPUTMISMATCHEXCEPTION

    hey, jassi here is the text file :

    M 3.50
    M 4.31
    F 3.46
    M 2.98
    F 4.10
    M 3.10
    F 4.23
    M 2.99
  4. Replies
    7
    Views
    6,286

    INPUTMISMATCHEXCEPTION

    Hey guys it's me again i dont know whta's wrong with my code.The error goes like this:

    H:\JAVAFILES>javac university.java

    H:\JAVAFILES>java university
    Exception in thread "main"...
Results 1 to 4 of 4