Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. not prime oddnum= 3
  2. [2, 3]
  3. the new oddnum is= 5
  4. not prime oddnum= 5
  5. [2, 3, 5, 5]
  6. the new oddnum is= 7
  7. not prime oddnum= 7
  8. [2, 3, 5, 5, 7, 7, 7, 7]
  9. the new oddnum is= 9
  10. not prime oddnum= 9
  11. [2, 3, 5, 5, 7, 7, 7, 7, 9]
  12. the new oddnum is= 11
  13. not prime oddnum= 11
  14. [2, 3, 5, 5, 7, 7, 7, 7, 9, 11, 11, 11, 11, 11, 11, 11, 11, 11]
  15. the new oddnum is= 13
  16. end
  17. 11