write an algorithm and flowchart to check the avrrange of 4 numbers
Answers
Answered by
0
Explanation:
In algorithm,
Step 1: Start
Step 2 : Take a,b,c,d as input
Step 3 : Add a,b,c,d and store in X
Step 4 : Divide X by 4 and store in Y
Step 5 : Display Y
Step 6 : Stop
Similar questions