CS239 Advanced Programming |
![]() |
Purpose: This application will produce an application that will process a file of information and produce a transcript report.
Deadlines
Your application will be written from scratch.
RecordType,Rest of stuff for this record type |
Record type | Meaning | Data Elements |
H | Header | student name<String>,major<String>,date graduated (optional) <String> |
D1 | Detail test result | year<int>,term<int>,course number<String>test type<String>,score<double>,hours<int> |
D2 | Detail transfer course | year<int>,term<int>,school <String>,course number<String>,hours<int> |
D3 | Detail course | year<int>,term<int>,course number<String>,course description <String>,hours<int>,grade<String> |
This work must conform to the JMU Honor Code and the specific requirements of this class. You may have an opportunity to work with your team in class on this assignment but only in the confines of the classroom. Any other help must come from the professor or the TAs for this class. See the collaboration policy for further information.