I need help on "for" statement .Im doing exponents. I did a while statement already in which i checked if base is in range. help please.
for(int count = 0; count <=Expo; count++)
Total1 = (dont know what this should be?)
cout << setw(45) << "Total : " << setw(2) << Total1 << endl;