Ethiopian multiplication: Difference between revisions

m
→‎{{header|C sharp|C#}}: why skip a heading level?
m (→‎{{header|C sharp|C#}}: why skip a heading level?)
Line 401:
 
=={{header|C sharp|C#}}==
====Loop Version:====
<lang csharp>static void Main(string[] args)
{
Line 443:
}</lang>
 
====Recursive and LINQ Versions:====
{{works with|c sharp|C#|3+}}<br>
{{libheader|System.Linq}}<br>
Anonymous user