Amicable pairs: Difference between revisions

Content deleted Content added
Ssmitch45 (talk | contribs)
No edit summary
Ssmitch45 (talk | contribs)
Line 5,595:
 
=={{header|S-BASIC}}==
<syntaxhighlight lang = "BASIC">
$lines
 
Line 5,637:
 
end
</syntaxhighlight>
</lang>
{{out}}
<pre>
Line 5,651:
8 pairs were found
</pre>
 
 
=={{header|Scala}}==