Hello everyone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Hello everyone

I need help from code it is my question someone is known Write an algorithm and a program for such task: Five numbers a, b, c, d, e are chosen freely. It is necessary to write a program, which needs to find multiplications of all possible pairs of these numbers. And then sort all the results and numbers, that is [a, b, c, d, e, ab, ac, ad, ae, bc, bd, be, cd, ce, de] using insertion sort or merge sort. Use arrays! You need to submit both – algorithm and the ready code

19th Jan 2021, 8:53 AM
Fozilov Jahongir
Fozilov Jahongir - avatar
4 Answers
0
Please help from the code
19th Jan 2021, 8:54 AM
Fozilov Jahongir
Fozilov Jahongir - avatar
0
Could you provide your attempt?
19th Jan 2021, 9:05 AM
你知道規則,我也是
你知道規則,我也是 - avatar
- 1
How to write this code?
19th Jan 2021, 8:57 AM
Fozilov Jahongir
Fozilov Jahongir - avatar
- 1
How
19th Jan 2021, 9:08 AM
Fozilov Jahongir
Fozilov Jahongir - avatar