Computer Science, asked by himshika79, 1 year ago

find algorithms of sum of 3 nos

Answers

Answered by mehul1045
0


1.)Start

2.)Declare a variable of type int i=0 and sum =0

3.)Iteration

for i =0 and i<4

{

sum = sum + i

increment i = i + 1

}
Similar questions