Computer Science, asked by yoshn2aP8iani, 1 year ago

Flowchart for sum and average of 3 numbers

Answers

Answered by sneha231
2
sum
start
read a,b,c
c=a+b+c
print sum
stop
Similar questions