Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.59 KB

Chapter_05.md

File metadata and controls

40 lines (33 loc) · 1.59 KB

Exercise Solutions Chapter 5

1.

Test run of the twelve programs presented in this chapter.

2.

Program that checks if a given number is evenly divisible by another given number.

3.

Program that divides two given integers.

4.

Program that acts as a calculator.

5.

Program to reverse the digits of a number.

6.

Program that takes an integer entered by the user and extracts each digit into English.

7.

Program that generates some prime numbers.