Full Range

Call me (USA Free)

Friday, 9 May 2014

2012 ISC COMPUTER SCIENCE PRACTICAL SOLVED PAPER

2 comments
ISC Computer Science Practical 2012 Question 1 A prime palindrome integer is a positive integer (without leading zeros) which is prime as well as a palindrome. Given two positive integers m and n, where m < n, write a program to determine how many prime-palindrome integers are there in the range between m and n (both inclusive) and output them. The input contains two positive integers m and n where m < 3000 and n < 3000. Display the number of prime palindrome integers in the specified range along with their...
Read More