Advertisement
Niloy007

Input Problem (2)

Jun 14th, 2020
202
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.  
  3. int main() {
  4.     int first, last;
  5.  
  6.     scanf("%d%d%d", &first, &last, &last);
  7.  
  8.     printf("First: %d \nLast: %d\n", first, last);
  9.  
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement