Computer Science homework help

Computer Science homework help.

Implement a program to build a fuzzy table from the given table in the attachment() below.- You are given a database of students’ information.
Each line is a record. Each record has 4 attributes: student ID, GPA, age, and scholarship. The four attributes are separated by “,” comma.
Your fuzzy table should contain the following attributes:
Degree of membership that GPA is high, medium, and low.
Degree of membership that age is senior, middle, and junior.
Degree of membership that scholarship is high, medium, and low.
You may only use C/C++ programming language to implement the program. You should not use any third party libraries.
After you complete the program, Please write a report. The report should include the followings:
(1) The contribution in this assignment.
(2) Brief summary of how you implemented the program.
(3) Show the result of the following query with alpha cut (alpha = 0.5):
select * from table where GPA is very high
select * from table where GPA is high and age is junior
select * from table where GPA is high and age is middle and scholarship is very high.
Please put source code, report, and slides 
  • attachment

    FuzzyTable.txt

Computer Science homework help