Computer Science, asked by romaridhimaritesh, 1 year ago

write algorithms &flowcharts to enter4 subject mark find total &average.

Answers

Answered by varshapradeep
1

Algorithm

  1. start
  2. declare 4 variables and specify the datatype and name as marks of 4 subject then declare another variable to store the total avg.
  3. Ask the user to enter suitable data.
  4. process the data by calculating total avg
  5. Display the result
  6. stop
Similar questions