#include #include int main() { long int hat; hat = rand(); printf("%d is a random number.\n",hat); return(0); }