can you please create sample program on this problem

Data Structure and Algorithms
Finals Case Study


Create a mini Student Accounting system base C++ application that will contain the following features:


Account Number/Student Number : 08-345
First Name : Romulus
Last Name : Jathniel
Middle Name : DC
Course :
1 BSCS Computer Science – 4Year Course
2 CCS Computer Science – 2 Year Course
3 CT Computer Technology – 2 Year Course
4 BTIT Information Technology – 2 year Course
5 CHRM Hotel and Restaurant – 2 Years
6 COA Office Administration – 2 Years
7 BSOA Bachelor Office Administration 2 year Course
Year: 1 - 1st Year
2 - 2nd year
3 - 3rd Year
4 - 4th Year
Units : 21
For the units all the course 100 per unit except for BSCS which is 175

Total Balance : 78.89
The total balance will be computed based on number of unit multiply cost per unit

Payments: menu will
And if the student pay The total Remaining balance will be deducted


• Display

This menu will shows / list all the entries made the user.

• Add

This function will allows the user to add an entry to the list and duplicate entries will not be accepted.
Contain the menu to input for student information


• Delete

This function allows the user to erase any entry from the list

• Sort

This function allow the user to re-arrange the input list, based on ascending or descending order

• Search / Find

This function allow the user to find an entry, and if exist must be display the detail on the screen if not user will display “FILE NOT FOUND!

• Load
This function allows the user to fill up the list of entries for the updating of student payment and will include: Amount
Official Receipt Number
Date of Payment

• Configure
This function allow the user to reorganize or change the default settings of the systems like maximum number of entries, automatic loading of entries.





No HWs sir. If you have any question then ask but we don't do HWs UNLESS you are willing to pay ofcourse :D
You're not going to laern anything if someone else makes the program for you.

But I will help:

Personally, I would use a 2d/3d vector for the data and then for loops for most of the functions you requested.

also you said "menu" which I take it to mean you want a graphical user interface
Last edited on
Topic archived. No new replies allowed.