combine 5 columns

Job ID: 37553090

Budget: $10 – $30 USD

Combine 5 columns
We have 10 numbers 0 1 2 3 4 5 6 7 8 9 .
we are going to put together left side and right side for each column for 5 columns and add up each column , (Known as SUM).
example : ( 01 16 29 33 38) is finished product, then ad them so the sum is 117
Left side is A B C D E plus right side is F G H I J
Ex: The left is 0 1 2 3 3 (35 possibilities) put together with right side 1 3 6 9 8 then will add up 01+16+29+33+38=117
The left position is permanent has 35 lines in which you need to insert on the left side in 5 columns.
The left side all the time stays in position A B C D E, it is given
The right side it is given F G H I J but it is in ascending sequence .
Input A: type in position F G H I J so it is 1 6 2 3 8 for example
Input B: the A B C D E the position in left side never changes , (you have it in program code)
This is master left side:
00112,00223,00133,00332,00113,00221,00123,00123,11223,01122,11233,01133,01123,02233,12233,91223,00011,00022,00033,00012,00013,00023,00111,11122,11133,01112,01113,11123,00222,11222,
22233,22201,02223,12223,01233

The right side needs to put together under command of sum. It means if 117 is desired , may be many answer since we 35 possibilities on the left side.

Output : to type in : 117 it has to give 01 16 29 33 38 (it may be more).

Attention: the right side is given in ascending method , 1 3 6 8 9
So we use (SUM) force, the program code will calculate under the command of 117 , when 117 is applied it has to give the 01 16 29 33 38.

Language requirement: write in Visual studio 10(only)

You may download from internet the VS 2010 and write the code on it.
Related categories: Engineering Software Testing