C# program to print the star diamond pattern
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * kodingwindow@kw:~/csharp$
What Next?
C# program to print the prime numbers
C# program to find the factorial of a given number
C# program to print the Fibonacci series
Advertisement