Computer Science, asked by Anay45Ks, 5 months ago

write an algorithm to input two numbers and find their sum and average​

Answers

Answered by MathyAditya
3

Answer:

Which Language C , C++, Java ,Python

Answered by itzdaredevil36
11

Answer:

Heya mate your answer is----------------------------------------------------

  • Write an algorithm for finding the average of two numbers and also draw a flowchart.
  • Write an algorithm for finding the average of two numbers and also draw a flowchart.Algorithm: Input: two numbers x and y Output: the average of x and y Step 1 : input x,y Step 2: sum=0,average=0 Step 3:sum = x + y Step 4:average = sum /2 Step 5: print average.
Similar questions