Advertisement
Guest User

Untitled

a guest
Apr 12th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. {
  2.     for( ; i >= 0; i-- )
  3.     {
  4.         if( scanf("%d", &wek[i] ) != 0 )
  5.         {
  6.             continue;
  7.         }
  8.         else
  9.         {
  10.             printf("Podany znak nie jest cyfra");
  11.             i++;
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement