Allow the user to input the base and height of three triangles and store this information in two arrays (a?base?and?height?array, each containing three elements). Find the area of all three triangles using matrix multiplication. Then tell the user the area of all three triangles.?