#include #include #define TOOTH 253 int main() { double lights; lights=sqrt(256); /* square root of 256 */ printf("Milton, I got your %0.f%c lights.\n",lights,TOOTH); return(0); }