Paisen

while1

Sep 20th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include<stdio.h>
  2. int a;
  3. int main (){
  4.    
  5.     while(a!=10){
  6.         scanf("%d",&a);
  7.     }
  8.  
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment