quiz حل الأسئلة الجامعية manage_search الأرشيف

تم الحل ✓
categoryبرمجة وتطوير البرمجيات schoolبكالوريوس event_available2026-07-15

السؤال

Transcribed Image Text:

Given the text file "Students Unsorted.txt" that has IDs and names of students in a course, write a JavaFX application that has three buttons "Load" that reads data from the file, "Sort" that sorts data by Ids and "Save" that saves data to a new text file "StudentsSortedByID.txt" Create the class Student that implements the Comparable interface. Sample text file "unsortedStudents.txt" 201962660 ZIYAD 201930180 MUSTAFA 201953700 MOHAMMAD 201901460 JEHAD 201925220 HASAN 201973190 ABDULAZIZ 201945440 MAHMOUD 201965470 AHMAD 201994720 AMMAR 201983290 HUSSEIN

check_circle الجواب — حل مفصل خطوة بخطوة

hourglass_top