Arithmetic/Rational/C sharp: Difference between revisions

m
prepare for inclusion as template
m (moved Rational Arithmetic/C sharp to Arithmetic/Rational/C sharp: moved to match other Rational Arithmetic subpages)
m (prepare for inclusion as template)
Line 1:
<noinclude>{{collection|Rational Arithmetic}}</noinclude>
<lang csharp>using System;
 
Line 175:
#endregion
}</lang>
 
Test program:
<lang csharp>using System;
Line 202 ⟶ 201:
}
}</lang>
{{out}}
 
Output:
<pre>6 is perfect
28 is perfect
Anonymous user