Advertisement
Rybo5000

4

Jun 24th, 2011
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1.     do
  2.     {
  3.         printf("Enter your number of processor cores: ");
  4.         scanf("%d",&cores);
  5.        
  6.         if(isdigit(cores) != 0)
  7.         {
  8.             confirmed++;
  9.         }
  10.     }
  11.     while(confirmed-- == 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement