2 thoughts on “write an algorithm and flowchart to enter marks of four subjects, calculate total percentage”
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.
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 …
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.
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