Advertisement
M_Cracked

Lista 2 exercico 10 ver

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