Given a number N, write a program to print the letter K in 2**N - 1 rows using stars (). There is a space after every star (). Given a number N, write a program to print the letter K in 2N - rows using stars. Note There is a space after every star*
unable to solve the problem