Go to your text and scroll until you find your preferred text
an assembler is a program that converts code written in a high-level language to assembly language that the computer processor can execute.
Answer:
See the program code below.
Explanation:
def cube_SA(edge):
edge = int(input("Enter the cube's edge: "))
sa = edge * edge * 6
print("The surface area is {} square units".format(sa))
cube_SA(4)
Best Regards!
Some examples of environmental technology is recycling.