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