Problems
Write a program to determine if an integer is a prime. Check to see if small numbers divide the number, stopping when ...
Write a program to generate the Fibonnaci sequence1, 1, 2, 3, 5, 8, 13, …in which each term after the first two is the sum of the previous two terms.