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

Sample Solution:
C# Sharp Code:
Sample Output:
Display the pattern like 'S' 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 'R' with an asterisk.
Next: Write a C#Sharp program to display alphabet pattern like 'T' with an asterisk.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.