Wednesday, September 29, 2010

(OOPS)PROGRAM USING STATIC MEMBERS

EX.NO:            PROGRAM USING STATIC MEMBERS
DATE:

AIM:
                To write a c++ program to display the students details using static members.

ALGORITHM:

            STEP1: Start the process.

            STEP2: Get the number of students.

            STEP3: Get the name, roll no, marks of students.

            STEP4:

            STEP5: The total and averages are calculated.

            STEP6: Step3 to step5 is repeated for the given number of students.

            STEP7: Display the details.

            STEP8: Stop the process.