Programs are not ranked in a specific order. Below is a description of the programs. Note: All programs are tested on Windows OS.
- 01 -> The sum of the numbers from 1 to 1000000000.
- 02 -> Sum of numbers from 1 to 1000000000.
- 03 -> Checks if any number entered is prime.
- 04 -> Finds prime numbers up to an entered number and writes to prime_numbers.txt if desired.
- 05 -> Basic calculator with addition, subtraction, multiplication, division, power and factorial operations.