#include int main() { printf("Here's your integer value %d.\n",123); return(0); }