Monday 12 September 2016

NIELIT A Level Data Structure through C++ Assignment

Assignment 14


Given is a data file of School Education Board for compilation of result of middle standard
examination. Draw a decision table to compute the result of candidates. The pass formula
is:
a) Candidate is to be declared ‘PASS’ if he gets 40 or more than 40 marks in all three
subjects.

b) Candidate is to be declared ‘FAIL’ if he gets less than 40 marks in TWO OR MORE
SUBJECTS.

c) Result is to be declared ‘REAPPEAR’, if the candidate secures less than 40 marks in
one subject and 40 or more than 40 marks in other two subjects.

Next Assignment 

No comments:

Post a Comment