Problem 5.1 Triangle chars Write a function that takes two arguments: an integer n and a character ch. The function should print the character ch in a triangle form as below. Write a simple program that reads the appropriate variables and prints the result to screen by calling the function. You can safely assume that […]