Program for x^y with negative powers #include <iostream> #include <cstdlib> using namespace std; float power(float,int); int main...