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;
}
}
Soluções para a tarefa
Respondido por
0
Resposta:
azul,
5448
969
1415
0707
Perguntas interessantes
História,
6 meses atrás
Matemática,
6 meses atrás
Química,
6 meses atrás
Matemática,
8 meses atrás
Espanhol,
8 meses atrás
Matemática,
1 ano atrás
Biologia,
1 ano atrás
Pedagogia,
1 ano atrás