Write a function that computes the area of a rectangle. Then, write a second function that calls this function three (3) times to compute the surface area of a rectangular solid. Finally, create a Python program that accepts three (3) user inputs (length, width, height) and print the surface area of a rectangular solid. The output must look like this "Surface area = 1.23332E01 cm2 / 1.23332E-01 m2" *