For the following nested for loops. What is the number of * ?iterations for the inner loop
1 #include <iostream>
2 using namespace std;
3
4
5
6
7 8
9
10
11
12
13 }
int main()
{
for(int i=-2; i<2; i++)
{
for (int j=9;j>i;j--) {
{
}
//code to be executed
system("pause");
5 نقاط
45
38
50
40
Respostas
respondido por:
0
Resposta:
what
Explicação:
Perguntas similares
4 anos atrás
4 anos atrás
4 anos atrás
6 anos atrás
6 anos atrás
6 anos atrás
8 anos atrás
8 anos atrás
8 anos atrás