write an. algorithm to determine a student whether pass or fail
Answers
Answered by
0
Answer:
A typical programming task can be divided intotwo phases:
Problem solving phase
produce an ordered sequence of steps that describesolution of problem
this sequence of steps is called an
algorithm
Implementation phase
implement the program in some programminglanguage
Answered by
0
Explanation:
Pseudocode & Algorithm Pseudocode: Input a set of 4 marks Calculate their average by summing and dividing by 4 if average is below 50 Print “FAIL” else Print “PASS” Pseudocode & Algorithm Detailed Algorithm Step 1: Input M1,M2,M3,M4 Step 2: GRADE (M1+M2+M3+M4)/4
PSEUDOCODE & ALGORITHM. • Example 1: Write an algorithm to determine a student's final grade and indicate whether it is passing or failing.
Similar questions