• 0

Pseudocode Help!


Question

The question is -

Write a pseudocode and flowchart for producing the exam result of the university first-year students.The program accepts roll number and marks of each subject ; such as Myanmar, English, Physics, 101, 102, 103 and 104 of each student.It each mark is not between 0 and 100 inclusive, set this mark to 0. Again, if all of these marks greater than or equals 65, fill the remark with "Pass with credit.". It a mark exceeds or equals 80, fills respective distinction "*".The program then outputs the data of only passed students whose all mark is greater than or equals 50.The program continuous until the sentinel value of roll number is entered as 0.

 

I declared 8 variables to enter marks and roll no.

And use while rollNo <> 0.

I don't know how to write next. Help me

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.