Hey all, its me again....
Im just wondering how to represent 5^5 (5*5*5*5*5) in C++ without using the power function?
The teacher asked us to write a program when the user enter a number, it will display the power of that number, so if the user enters 4, the output would be 4*4*4*4, 3...