gpsgiraldi

C_PROG_extra_while_chuchu

Dec 9th, 2023
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.44 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int oi,beleza = 1,tchau;
  6.     while(oi < 8){
  7.         printf("Oi chuchu, que numero voce gosta? \n");
  8.         scanf("%i", &oi);
  9.         beleza = beleza + oi;
  10.         if(beleza >=10){
  11.             printf("Falamos bastante, tchau chuchu! \n");
  12.             return 0;
  13.         }
  14.         else {
  15.             if(oi > 7){
  16.                 printf("Ok, ok, bye bye. ");
  17.             }
  18.         }
  19.     }
  20.     return 0;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment