InterviewSolution
Saved Bookmarks
| 1. |
Write the greatest prime number less than each of the following numbers:5, 13, 22, 49, 55, 70, 88, 100.harroand which are odd? |
|
Answer» greatest PRIME numbers LESS than 5,13,22,49,55,70,88,100 are 3,11,19,47,53,67,83,97.... ODD numbers which are less than 5,13,22,49,55,70,88,100 are 3,11,21,47,53,69,87,99... |
|