Posts by Ryan Gustavo Naressi Sinatra • 13 points
1 post
-
1
votes1
answer57
viewsQ: Show as many possible combinations
#include <stdio.h> void main() { int x=10; int y; int numero; printf("quantos digitos tem sua senha: "); scanf("%d", &numero); y = numero * x; printf("sua senha tem %d combinacoes…
casked Ryan Gustavo Naressi Sinatra 13