โ Back to Loops
Question 307
Power Using a Loop (for)
Power Using a Loop (for)
Compute2raised to the power8using aforloop (multiply1by2a total of8times) and print the result in the format: 2^8 = 256
Expected Output:
2^8 = 256
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.