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:
0
Resposta:
azul,
5448
969
1415
0707
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