#include #include int main() { double lights; lights=pow(-2,8); /* figure 2 to the 8th power */ printf("Milton, we need %0.f lights.\n",lights); return(0); }