Paisen

do_while1

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