
-----------------------------------
Magic Man
Wed Jun 06, 2007 1:34 pm

Mark Book code for JAVA {NEED HELP!!!.......PLLLLLLLLLLLZZZZ}
-----------------------------------
I need this program to recieve : 1) an array of students and marks AND 2) an integer to indicate the student index for which the marks will be entered for. The program will prompt for the four marks. The function will enter the marks in the array and return the array with the four marks entered in the appropriate student number

This is all I have so far. 

import

java.util.Scanner; 
import

java.lang.String; 
import

java.io.*; 
import

java.util.Arrays; 

/**


* 

*/ 

/**


* @author Rami 

* 

*/ 
public

class FinalProjectPart1 { 


/** 

* @param args 

*/ 

public static void main(String
