Computer Science, asked by vinopraba97, 1 month ago

int main() {
int i, j, k,rows=7,count=0;
for (i = rows; i > 0; -i) {
for (i = 1; j <= i; ++i) {
for(k = 2; k <= j; k++) {
count++;
}
}
}
printf("%d",count);
return 0;
}
what is the output?​

Answers

Answered by tijaresanjay5
0

Answer:

234 + 638 -- 33382 is the answer

Similar questions