Computer Science, asked by shivam7243, 19 days ago

write an algorithm and flowchart to check the avrrange of 4 numbers

Answers

Answered by aashishkarn37
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