CJCoding With Joseph

Power Using a Loop (for)

Compute 2 raised to the power 8 using a for loop (multiply 1 by 2 a total of 8 times) 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.