Draw a flowchart for a program which finds the average of two numbers.
In diagram
Answers
Answered by
0
Answer:
draw a flow chart for a program which finds the average of two numbers
Answered by
0
Flowchart and algorithm
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.
Attachments:
Similar questions
English,
17 hours ago
Math,
17 hours ago
Business Studies,
17 hours ago
Math,
8 months ago
English,
8 months ago