/* * project3 * Chapter 4 * John Stile * Purpose: Explain how the coede in 2 (above) works and why it produces the result shone. * */ The code in Project2 only works while the result fits into the int data type. 2 to the 81st is 2.417e24 and an int maxes out at 2 to the 32nd.