Write a function is pseudo code called compute area that computes the area of a triangle. The algorithm for the area computation is this: area=1/2*base*height. Decide what inputs and output should befinally, write an assignment statement to exercise this function