Computer Science, asked by kamala13012006, 5 months ago

Write algorithm,pseudo code and flow chart for calculating sum,average,cutoff and grade for six subjects​

Answers

Answered by shinchen08
29

Answer:

A computer program follows an algorithm(a sequence of activities) which can be represented using pseudocode(code-like English text statements) or a flowchart (labelled symbols connected to show the flow of action). Pseudocode and flowcharts are used to help programmers plan and describe their proposed program

Answered by Anonymous
6

Answer:

\huge\fbox\red{Answer}

Explanation:

Writing pseudocode is pretty easy actually:

  • Start with the algorithm you are using, and phrase it using words that are easily transcribed into computer instructions.
  • Indent when you are enclosing instructions within a loop or a conditional clause. ...
  • Avoid words associated with a certain kind of computer language.
Similar questions