Computer Science, asked by hkccv, 5 months ago

write an algorithm and draw a flowchart to find sum and product of 5 numbers

Answers

Answered by samairasharma026
5

Explanation:

The above flow chart explains how to calculate Sum of 5 numbers.

...

Flowchart: Sum of 5 numbers

First start the programme.

Assign i<--0 and Sum<--0.

Read value.

Assign Sum<--Sum+value, Increment I as I<--I+1and check if I<5 ,it is true it again read value,

Similar questions