• Matéria: Informática
  • Autor: mako17
  • Perguntado 4 anos atrás

What shall be the value of x in the following code fragment?
x = 0;
for (int t = 100; t <= N; t++) {
for (int p = 10; p <= t; p++) {
x = x + 1;
}
}

Respostas

respondido por: 98788
0

Resposta:

azul,

5448

969

1415

0707

Perguntas similares