Abundant odd numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|C sharp}}: Regularize header markup to recommended on category page)
Line 2,102: Line 2,102:
The first abundant odd number above one billion is: 1000000575</pre>
The first abundant odd number above one billion is: 1000000575</pre>


=={{header|C sharp}}==
=={{header|C sharp|C#}}==
<lang csharp>using static System.Console;
<lang csharp>using static System.Console;
using System.Collections.Generic;
using System.Collections.Generic;