Computer Science, asked by vearishra7aaayush13, 17 hours ago

Draw a flowchart for a program which finds the average of two numbers.​

Answers

Answered by sameerausman67
0

Answer:

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

Answered by mamathalb85
0

Explanation:

this is a flowchart hope it's helpful

Attachments:
Similar questions
English, 9 hours ago