keith-kennedy_60b9bfda1ea5c
keith-kennedy_60b9bfda1ea5c
About
- Username
- keith-kennedy_60b9bfda1ea5c
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
#include <stdio.h> #include <stdlib.h> int main(){ int x, soma = 0, cont; printf ("Digite um valor inteiro:"); scanf ("\n%d", &x); printf("Sequencia\n"); for (cont=x; cont<=x + 100; c…