InterviewSolution
Saved Bookmarks
| 1. |
Number input by the user is a composite number or not.A number is said to be composite, if it has one or more than one factors excluding 1 and the number itself.Example: 4, 6, 8, 9… |
| Answer» | |