Question: course name: Network Programming JAVA /******************************************************/ Write a Program to Create a Serial Access File with the following Specifications. a) Please take input from a
course name: Network Programming
JAVA
/******************************************************/
Write a Program to Create a Serial Access File with the following Specifications.
a) Please take input from a text file. The name of the text file must be a combination your name and last 3 digits of student-ID.txt
b) The text file should contain marks from 3 courses.
c) The Program must use BufferedReader and FileReader Class.
d) Please calculate the Total marks and average marks.
e) The output should be displayed as follows:
course-1 marks are xx
course-2 marks are xx
course-3 marks are xx
Total marks of 3 courses are xx.x
Average marks are xx.x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
