#include #include int main() { int num; printf("What is num: "); scanf("%d", &num); printf("num is %d\n", num); return 0; }