asked 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
answered
User Msayag
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.