Computer Science, asked by nehanikhilagudibandi, 6 months ago

1. Analyze the following code and figure out the missing statement to produce the given output.
Note: Only one line is missing.
Required Output: 15
int main()
{
int howMany = 0;
intij,k,l;
for(i = 0; i < 5; i++)
{
for
Lik++)
{
howMany = howMany + 1;
}
printf("%d", howMany):
return 0;
}​

Answers

Answered by papaji33
0

end is messing with your own question

Similar questions