Advertisement
01755727306

Untitled

Feb 28th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int num;
  5.  
  6.     for(num=1;num<=100;num++)
  7.     {
  8.  
  9.  
  10.     if(num%3==0 &num%5==0)
  11.     printf("%d",num);
  12.     }
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement