+ 1
How to solve this problem
The provided code stores the value 7 in a .variable, and outputs it. âChange the code to output the value of the variable raised to the power of 3.
2 Answers
+ 5
Tag the programming language you're using.
Hint: Create a variable, store value 7 in it, then output it's value raised to the power of 3. Try to do this and show some code. This is not a place to get free codes.
+ 4
Hi èŸŁèŸŁ
Could you please provide the following information.
1. Coding language
2. Provided code
3. Your attempt