haileylp7912 haileylp7912 06-06-2023 Engineering contestada Write a swift function called RecArea to compute rectangle area. This function receives two double parameters width and height and returns the area of the rectangle. (b) Call the function RecArea with values 5, 6 and print the area. Solution