#include int main() { int a; printf("enter a number:"); scanf("%d", &a); printf("Your number is : %d\n", a); return 0; }