Create a program that will compute the area of a right triangle. The program will ask the user for the base and height of the right triangle, the program will then compute the area based on the user input. Sample Output (underlined values represent user input): Enter base: 15 Enter height: 20 The ares of the triangle is: 150.0