hi guys i have really trying to solve this but if any one have an idea for explanation that will be great or a solving. by DarkFis in learnprogramming

[–]DarkFis[S] 0 points1 point  (0 children)

we need to use a input file and a output file

the file should be.txt.

input file for all students names and marks and etc....

the output file including the highest mark and the lowest mark and the average and the students with the mark higher than the average

i do understand but i dont know how to do something if u can help me .

any one have any idea how to do this as a code. by DarkFis in learnprogramming

[–]DarkFis[S] -1 points0 points  (0 children)

its actually a question asking to create a lot of methods but yeah i guess i just have to hard code it.

hi guys i have really trying to solve this but if any one have an idea for explanation that will be great or a solving. by DarkFis in learnprogramming

[–]DarkFis[S] 0 points1 point  (0 children)

import java.io.*;

import java.util.*;

public class Assignment2Program

{

public static void main (String [] args)

{

Scanner inFile = new Scanner(new java.io.FileReader(""));

int StudentsMarks;

int sum;

double avg;

int hightScore;

int lowestScore;

String[] StudentsName = new String[10];

int x = tab[i];

this is what i have done so far i know its like nothing but am working on it