Lab Final Computer Science II (GEIT 1412) Upload only.java file in blackboard Total Marks: 5 Task: Create a java program

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

Lab Final Computer Science II (GEIT 1412) Upload only.java file in blackboard Total Marks: 5 Task: Create a java program

Post by answerhappygod »

Lab Final Computer Science Ii Geit 1412 Upload Only Java File In Blackboard Total Marks 5 Task Create A Java Program 1
Lab Final Computer Science Ii Geit 1412 Upload Only Java File In Blackboard Total Marks 5 Task Create A Java Program 1 (33.47 KiB) Viewed 34 times
Lab Final Computer Science II (GEIT 1412) Upload only.java file in blackboard Total Marks: 5 Task: Create a java program to do the following operations: 1. Ask the user to input 10 student names (You can enter duplicate name) and write them in a text file called Student.txt file 2. Read student names one by one from Student, txt file and add them into a LinkedList. 3. Display the students name from LinkedList using iterator. 4. Check which student name is repeated more number of time and display its name and number of time it has been repeated. Sample Output: Enter 10 names: Mohammad Ahmed Ali Fahad Abdulrahman Abdullah Mohammad Ali Faisal Mohammad 10 student nanon added to the student.txt file The students added to the linklist are: Mohammad Ahmed All Fahad Abdulrahman Abdullah Mohammad Ali Faisal Mohammad The student who is repeated more number of time is Mohammad and he is repeated 3 times
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply