C#: Display alphabet pattern like I with an asterisk
Write a C# Sharp program to display an alphabet pattern like I with an asterisk.
Visual Presentation:

Sample Solution:
C# Sharp Code:
Sample Output:
Display the pattern like 'I' with an asterisk: --------------------------------------------- ***** * * * * * *****
Flowchart:

C# Sharp Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a C#Sharp program to display alphabet pattern like 'H' with an asterisk.
Next: Write a C#Sharp program to display alphabet pattern like 'J' with an asterisk.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.