URL details: godbolt.org/z/r6Kb5vEbn

URL title: Compiler Explorer
URL description: using namespace std; int main(){ int base, exp, i, result = 1; cout << "Enter base and exponent\n"; cin >> base >> exp; // Calculate base^exponent by repetitively multiplying base for(i = exp; i > 0; i--){ result = result * base; } cout << base << "^" << exp << " = " << result; return 0; }
URL last crawled: 2022-07-03
URL speed: 0.212 MB/s, downloaded in 0.500 seconds

open external url

1 external links to this url

Only links from external domains are shown on this page.

found date
link text
from url
2022-07-03
tool