Computer Science, asked by anahitarobinson, 5 hours ago

Write the algorithm and flowchart to show whether the student passed if the total marks scored more than or equal to 200 and failed if it is less than 200

Answers

Answered by mdzulqarnainakhter
0

Explanation:

• A typical programming task can be divided into two

phases:

• Problem solving phase

• produce an ordered sequence of steps that describe solution

of problem

• this sequence of steps is called an algorithm

•Implementation phase

• implement the program in some programming language

Similar questions