Ghislain_Mike

get interval from user

May 12th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. int START, END;
  2. printf("Enter the beginning (of the interval): ");
  3. scanf("%d", &START);
  4. printf("Enter the end (of the interval): ");
  5. scanf("%d", &END);
Advertisement
Add Comment
Please, Sign In to add comment