Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. char nome[50];
  2.  
  3. do{
  4. printf("Qual o nome?n");
  5. scanf("%c", nome);
  6. }while (nome[0]>='a' && nome[0]<='z');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement