• Matéria: Informática
  • Autor: shifahussain090
  • Perguntado 5 anos atrás

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: rafaelcastilho1205
0

Resposta:

what

Explicação:

Perguntas similares