Computer Science, asked by sakshi7327, 5 hours ago

write an algorithm and flowchart to enter marks of four subjects, calculate total percentage​

Answers

Answered by binodbam2003
1

Answer:

Program To Calculate Percentage In C

Algorithm. Algorithm to find percentage is as follows − START Step 1 → Collect values for part and total Step 2 → Apply formula { percentage = ( part / total ) × 100 } Step 3 → Display percentage STOP ...

Implementation.

Output

Answered by shivkumari55
1

Answer:

Example (Algorithm) Step 1: Start ,Step 2: read the input data , Step 3: compute total marks by adding marks of each subject ,Step 4: compute percentage by dividing total by 100 ,Step 5: write percentage, roll number and name of student , Step 6: go to step 2.

Similar questions