Susri

Assignment 4

Oct 8th, 2018
100
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. int main()
  3. {
  4.     int x,weekdays;
  5.     scanf("%d",&x);
  6.     weekdays=x*7;
  7.     printf("%d\n",weekdays);
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment