Computer Science, asked by sydarshaan167, 6 months ago

algorithm to find percentage​

Answers

Answered by josaphoa1971
1

Answer:

plzzzz mark this as a brainleast answer

Explanation:

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.

Pseudocode. ...

Implementation. ...

Output.

Similar questions