InterviewSolution
Saved Bookmarks
| 1. |
What are composite numbers? With example. |
|
Answer» An integer which have more than 2 factors An integer can be generated by multiplying the two smallest positive integers and it contains at least one divisor other than one and itself is called a composite number. Each positive integers is either prime, composite or the unit 1. Composite numbers are the numbers that are neither prime nor unit .Example : 4( factors are 1, 2 and 4) |
|