Answer:
first, we have to make value for n.
n = 10
now, use the while loop to cube the numbers.
while n = 10 and k = 4:
k = n ^ 3
lastly, make a total.
total = k
the total should be 10 cubed, given the value.
I hope this helps!
5.2m questions
6.8m answers