Search:

Type: Posts; User: ddk1992

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    4,877

    Re: GPA Calculation Program using an input file

    import java.util.Scanner;
    import java.io.*;
    public class GPA
    {
    public static void main(String[] args) throws IOException
    {
    System.out.println("Darrien Kamai");
    ...
  2. Replies
    3
    Views
    4,877

    GPA Calculation Program using an input file

    I am very confused about what to do with this assignment. I am relatively new to java programming and I have to calculate GPA when given a grade and the corresponding amount of credits in an input...
Results 1 to 2 of 2