how can I insert these informations: "Number of amicable number less than 1000 is 1." "Number of amicable number less than 10000 is 5." like this: "220 and 284 are amicable numbers. Number of amicable number less than 1000 is 1. 1184 and 1210 are amicable numbers. 2620 and 2924 are amicable numbers. 5020 and 5564 are amicable numbers. 6232 and 6368 are amicable numbers. Number of amicable number less than 10000 is 5." . I can only write these numbers like: 220 284 1184 1210 2620 2924 5020 5564 6232 6368 .... .... Please help me:((