I have a case study that is how a student with certain conditions match with some scholarship held by a campus more precisely the recommendation to choose a scholarship in accordance with the ability he has.. This is system overview :

Input :

student >name,semester,grade point

scholarship > some specific criteria

Process : What kind of algorithm?

Expected Output :

Student A(Johny,4,4)

Scholarship recommendation :

1. Scholarship A(90%)

2. Scholarship B(69%)

3. .......

Similar questions and discussions