Hello everyone can anyone help me solve this problem I've already attempted many times but its not working
The Department of Examinations in MUT requires your assistance to develop an application that will assist them with the attendance registers of all students writing an exam.
Processing
1. Using arrays your program should store the following data:
• Student number
• Student Surname
• Student Initials
• Subject Name
• Subject Level
• Qualification
• Seat Number
• Date of Exam(long date format)
• Venue of Exam
Note all these details should be in the array(s) when the program is loading.
2. Assuming that all the relevant data is stored, use a barcode scanner to read the student number from a student card and display on the screen the seat number as well as the subject details.
3. When the student is submitting his/her answer booklet the barcode scanner will also be used to capture the time the student left the exam room
4. Your program should then produce a report in a form of a text file that will have the following details:
• Student details(Number,suname,initials)
• Time each student took to write the paper
• The number of students that wrote the exam
• The number of students that were absent
What to do?
• Use OOP principles to design this system
• Use Jcreator to design GUI for this system
your help will be greatly appreciated! Thanks in advance :)
Developing An Application Using Oop Principle In Jcreator
Started by
Mthobisi
, Mar 30 2012 04:52 PM
1 reply to this topic
#1
Posted 30 March 2012 - 04:52 PM
#2
Posted 30 March 2012 - 05:56 PM
Mthobisi, on 30 March 2012 - 04:52 PM, said:
Hello everyone can anyone help me solve this problem I've already attempted many times but its not working
The Department of Examinations in MUT requires your assistance to develop an application that will assist them with the attendance registers of ...
What to do?
• Use OOP principles to design this system
• Use Jcreator to design GUI for this system
your help will be greatly appreciated! Thanks in advance :)
The Department of Examinations in MUT requires your assistance to develop an application that will assist them with the attendance registers of ...
What to do?
• Use OOP principles to design this system
• Use Jcreator to design GUI for this system
your help will be greatly appreciated! Thanks in advance :)
Do you have some code that you have already written for this that we can look at?










