Test run of the twelve programs presented in this chapter.
- program_05_01.c
- program_05_02.c
- program_05_03.c
- program_05_04.c
- program_05_05.c
- program_05_06.c
- program_05_07.c
- program_05_08.c
- program_05_08A.c
- program_05_09.c
- program_05_10.c
- program_05_10A.c
Program that checks if a given number is evenly divisible by another given number.
Program that divides two given integers.
Program that acts as a calculator.
Program to reverse the digits of a number.
Program that takes an integer entered by the user and extracts each digit into English.
Program that generates some prime numbers.