Visual Studio Code – I want to draw a pyramid using this 2 shapes { / } in c# but i got an error
Hi i wanna draw a pyramid that look like this / / / /______ in Microsoft visual studio c# language but it's not working i used this code in Microsoft visual studio using System; namespace ConsoleApp1 { class Program {…