Search:

Type: Posts; User: Melawe

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    3,033

    [SOLVED] Re: Student grading application

    Thanks for putting it that way! :D


    class Hr9StudentGrader {
    public static void main(String []args){
    int twodim [][] = new int[6][6];

    twodim[0][0] = 30;
    ...
  2. Replies
    2
    Views
    3,033

    [SOLVED] Student grading application

    Hello everyone! :)

    Got an assignment I got to do and i'm completely befuddled. All I got to do is: "Create a program that uses a multidimensional array to store student grades. The first dimension...
Results 1 to 2 of 2