PFC - Workshop 03 & 04: Workshop31 (Workshop31.c) - Write A Program That Performs The Following Tasks
PFC - Workshop 03 & 04: Workshop31 (Workshop31.c) - Write A Program That Performs The Following Tasks
Workshop32 (Workshop32.c)
- Write a program to accept 2 integer numbers m and n, where m < n then
- Display all palindrom numbers in the interval [m.n]. (A palindromic number or numeral palindrome
is a number that remains the same when its digits are reversed, e.g. 16461)
3.
4.
2 3 5 7 11
13 17 19 23 29
31 37 41 43 47
53 59 61 67 71
73 79 83 89 97
101 103 107 109 113
127 131 137 139 149
151 157 163 167 173
Search the Internet for a list of prime numbers to confirm the results of your program