Computer Science, asked by guptamanik007, 26 days ago

ng program
int i,j,x=0
for (i=0:1< 5; ++i)
for(j= 0; j <i: ++j)
(
x+=(i+j-1):
break:
)
printf("%d",x):
)

Answers

Answered by salonikeshari57
1

Answer:

print

1

2

3

4

5

Explanation:

is the answer

Similar questions