samrina_sarkar_7

Untitled

Jun 16th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(void)
  3. {
  4. int i,j,k;
  5. i=2;
  6. j=3;
  7. k=(i/j*j);
  8. printf("the number is:%d",k);
  9.  
  10. }
Add Comment
Please, Sign In to add comment