InterviewSolution
Saved Bookmarks
| 1. |
Andrew likes to solve problems on arrays and while practicing he came across a problem. The problem is given N [number of elements] please write a program to find the duplicate number in the array which is also prime. Help Andrew solve this problem by writing code for it as he needs your help. [10] Sample Run: Input:Enter number of elements: 10Enter elements: 2 4 6 8 10 2 4 5 9 10 Output:2 |
| Answer» SORRY but I don't UNDERSTAND your QUESTION | |