bhenretty8236 bhenretty8236 27-12-2022 Computers and Technology Answered Write a function that displays the following triangle pattern of asterisks whose lines is specified in integer parameter side. For example, if side is 4, the function displays the following ****************