Proper divisors: Difference between revisions

m
Line 1,403:
next n
 
print m, " has the most proper divisors", comma, " namely ", x</syntaxhighlight>
{{out| Output}}<pre>
 
1 : (None)
end</syntaxhighlight>
2 : 1
3 : 1
4 : 1 2
5 : 1
6 : 1 2 3
7 : 1
8 : 1 2 4
9 : 1 3
10 : 1 2 5
</pre>
 
==={{header|True BASIC}}===
305

edits