Question: write a code in c++ that takes a base and an exponent n say 3^100 using float for the resulting answer and outputs where overflow

write a code in c++ that takes a base and an exponent n say 3^100 using float for the resulting answer and outputs where overflow occurs. So if overflow occurs at 3465 then the output would look something like: 3463=result 3164=result 3465=result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
