Ethiopian multiplication: Difference between revisions

Content added Content deleted
Line 444: Line 444:


====Recursive and LINQ Versions:====
====Recursive and LINQ Versions:====
====={{works with|c sharp|C#|3+}}=====
{{works with|c sharp|C#|3+}}<br>
====={{libheader|System.Linq}}=====
{{libheader|System.Linq}}<br>
<lang csharp>
<lang csharp>
using System;
using System;