Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. do{
  2. printf ("nEntre com o sexo (M/F): ");
  3. fflush (stdin);
  4. fgets (func[i].sexo,2,stdin);
  5. }
  6. while (func[i].sexo[0] != 'F' ||func[i].sexo[0] != 'M');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement