- 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
4 Respostas
0
Please help from the code
0
Could you provide your attempt?
- 1
How to write this code?
- 1
How