#include<stdio.h>
#include<stdlib.h>
#include <string.h>
main()
{
char FRASE[40];int x,tam;
printf("\nDIGITE UMA FRASE: ");
gets(FRASE);
tam=strlen(FRASE);
while(tam>40)
{
printf("\nTAMANHO INVALIDO.MAXIMO 40 LETRAS");
printf("\nDIGITE NOVAMENTE");
gets(FRASE);tam=strlen(FRASE);
}
printf("\n\n");
for(x=0;x<=tam;x++)
printf("\n%c",FRASE[x]);
printf("\n\n");
system("pause");
return(0);
}
Trabalhos.:
E-mail: mvf5system@gmail.com
Blog: http://mvf5-system.blogspot.com.br/
Facebook: https://www.facebook.com/mvf5systems
0 comentários:
Postar um comentário