C# program to demonstrate the use of namespace
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run ——————————————————————————————————————————— Program to demonstrate the use of namespace ——————————————————————————————————————————— Area of a circle is 78.5 Area of a rectangle is 10 ——————————————————————————————————————————— kodingwindow@kw:~/csharp$
What Next?
C# Collections (Generic and Non-generic)
Advertisement