Answer:
hi im writing this to get points but i hope your doing good in school and pass you got this school is almost over good job bye
Explanation:
Answer:
The program in Python is as follows:
n = int(input("n:"))
total = 0
for k in range(1,n+1):
total+=k**3
print(total)
Explanation:
This gets input for n
n = int(input("n:"))
This initializes total to 0
total = 0
This iterates from 1 to n
for k in range(1,n+1):
This adds up the cube of each digit
total+=k**3
This prints the calculated total
print(total)
Ask them what's ur name and get to the know them i have nothing really.
Go to a blank cell and type
=AVERAGE(A1:A10) then <ENTER>
As if by magic, the average of those cells
will appear where you typed the formula.