write algorithms &flowcharts to enter4 subject mark find total &average.
Answers
Answered by
1
Algorithm
- start
- declare 4 variables and specify the datatype and name as marks of 4 subject then declare another variable to store the total avg.
- Ask the user to enter suitable data.
- process the data by calculating total avg
- Display the result
- stop
Similar questions