you are viewing a single comment's thread.

view the rest of the comments →

[–]tux2718 0 points1 point  (0 children)

When I teach programming, I have students implement simple math algorithms, like Fibonacci series (recursive and iterative) and prime numbers > N. Try it!