write algorithm to store N floating point numbers and finds their sum and average
Answers
Answered by
0
Answer:
Here is the algorithm to find the average of two numbers:
Step 1: Start
Step 2: Read a and b
Step 3: avg = (a+b)/2
Step 4: Print avg
Step 5: Stop
Explanation:
please mark me as brainliest
Similar questions