sheccidmariscal4799 sheccidmariscal4799 23-12-2022 Computers and Technology Answered suppose the method printstar(n) is given to display n stars. write a recursive method printtriangle(k) that displays a triangle. for example, printtriangle(5) displays * ** *** **** *****