125k views
1 vote
The output is the cube of the input

1 Answer

0 votes
this means that if the input is n the output will be n*n*n

input, work, output
1, 1^3 1*1*1, 1
2, 2^3 2*2*2, 8
3, 3^3 3*3*3, 18
4, 4^3 4*4*4, 64
5, 5^3 5*5*5, 125

if this isn't the information you needed or you have more questions feel free to message me for help
User Msayag
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.