I just started to study Java and already have a problem .We need to write a program that reads the file name as COMMAND LINE ARGUMENT and then opens and processes file.The file will contain lines of colon separated integers,n per line .To process the file the code will determine and display the following :
The average integer value og each line
The max integer value of each line
The min integer value of each line
Tha average integer value fot the entire value
the min -||-
the max -||-
can anyone help me,please ?i don't know how to start
The average integer value og each line
The max integer value of each line
The min integer value of each line
Tha average integer value fot the entire value
the min -||-
the max -||-
can anyone help me,please ?i don't know how to start