Create two Input files (each with 20 rows). Each file has data as following: Name, Marks Adam, 56 Mike, 87 ... ... - Wri

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Create two Input files (each with 20 rows). Each file has data as following: Name, Marks Adam, 56 Mike, 87 ... ... - Wri

Post by answerhappygod »

Create two Input files (each with 20 rows). Each file has data
as following:
Name, Marks
Adam, 56
Mike, 87
...
...
- Write Java code to read above students data.
Task 1: Read the two files without using Threads and identify
which student has the highest marks.
Task 2: Read the two files using two threads and identify which
student has the highest makes.
Please add comments and pictures of the program. Thanks
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply