a) Sort on database wrt to regional centre.
b) Create a variable name state.
c) Copy first regional centre code to state.
d) Display state name.
e) Read value of status
f) If status = =A
g) read values of marks.
h) if marks > 40
i) Display name, Enrolment No, Title of Project, session, grade, marks & study centre.
j) else
k) move to next record
l) if state = =reginal code move step 5
m) else move to step 4
The Process Logic For List of student whose project has not been processed yet.
a) Sort on database wrt to project status
b) if (project status == w).
c) Display corresponding details.
The Process Logic For List of student whose project has not Rejected.
a) Sort on database wrt to project status
b) if (project status == R).
c) Display corresponding details






