When you start learning the C language, the input function scanf almost always appears.int num; scanf("%d", &num); It is ...