#include main() { double n, k; printf("Enter the base number: "); scanf("%g", n); printf("\nYou entered a %g", n); return(0); }