Description
Write a TypeScript program to Print a Diamond Alphabet Pattern as shown below:
A
A B
A B C
A B C D
A B C D E
A B C D
A B C
A B
A
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print Diamond Alphabet Pattern
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.