Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write in java programming. Thank you. Write a program that will ask user to enter their ID, Name, Marks for Subjects Mathematic, Science and
Please write in java programming. Thank you.
Write a program that will ask user to enter their ID, Name, Marks for Subjects Mathematic, Science and History. Save these information in a text file. Name the text file with your student ID. Then display on your screen the ID, Name, Marks for Subjects Mathematic, Science and History, total mark and average mark. (a) Using ObjectOutputStream / ObjectInputStream (b) Using DataOutputStream/DataInputStream (c) Using Random AccessFile Sample of the output as below: WELCOME TO THE STUDENT MARKS MANAGEMENT SYSTEM Please Enter The Student ID: 11100011 Please Enter The Student Name: Mohamad Please Enter The Student's Mark for Mathematic:88 Please Enter The Student's Mark for Science:80 Please Enter The Student's Mark for History:65 ++++ +++ The data are saved in the file+++ +++ Student ID: 11100011 Student Name: Mohamad Mark for Mathematic:88 Mark for Science:80 Mark for History:65 Total Marks: 233 Average Mark: 77.67
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started