When you select "1" - it works, but if you choose 2 to 5, the compiler generates the token "�"#include <iostream>
#include <string>
double power(double n, int p);
char power(char n, int p);
int power(int n, int p);
long power(long n, int p);
float power(float n, int p);
using namespace std;
Chose enum{int_, dou...