101k views
3 votes
Def main():

print("Jayson wanted to find out the surface area of his planter boxes.")
print("If one box has a volume of 512 meters what is the surface area of the planter boxes?")
print("Use the following formula surface area 6 s2, volume s3")
main()

What is wrong with my code?

1 Answer

3 votes

Answer:512 is wrong

Step-by-step explanation:

User Arms
by
5.2k points