josep1945 ha escrit:Els pops - 2
Tenen 7 potes
Si tots 4 han de tenir el mateix nombre de potes, l'ùnic valor dit que és múltiple de 4 és 28.
Observació: Si s'ha de tenir en compte la informació del pops-1 (nombre parell diu la veritat, nombre senar, menteix). Llavors la resposta seria diferent. 3 tindrien 7 potes i el verd 6 potes
int i, n = 20;
for (i = 0; i < n; i--)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; i < n; n--)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; i < n; i-)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 40; i < n; i--)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; i << n ; i--)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; i % n ; i--)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; i / n ; i--)
{
printf("-");
}
Carles ha escrit:a) 3 maneres d'imprimir 20 guionets
a.1) La fàcil i mes "evident".Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; i < n; n--)
{
printf("-");
}
Codi: Selecciona’ls tots
int i, n = 20;
for (i = 0; -i < n; i--)
{
printf("-");
}
Usuaris navegant en aquest fòrum: Bing [Bot] i 15 visitants