Computer Science, asked by zimalasimedu, 3 months ago

Draw a flowchart to find the sum and average of three numbers.

Answers

Answered by juleeyadav1010
1

Answer:

let three numbers be a, b, c

then,

sum = a+b+c

average = (a+b+c) / 3

Similar questions