Reginaldojs

exercicio 3,lista 3

May 22nd, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. #define N 200
  3. int main()
  4. {
  5.     int i>=2;
  6.     while(i<=N){
  7.     i+=2;
  8.     printf("%d\n", i);
  9.     }
  10.     return(0);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment