Ethiopian multiplication: Difference between revisions

Content added Content deleted
m (→‎{{header|C sharp|C#}}: why skip a heading level?)
Line 401: Line 401:


=={{header|C sharp|C#}}==
=={{header|C sharp|C#}}==
====Loop Version:====
===Loop Version===
<lang csharp>static void Main(string[] args)
<lang csharp>static void Main(string[] args)
{
{
Line 443: Line 443:
}</lang>
}</lang>


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