Regards,
How to pick 3 random decimal numbers from array to solve simple equation in this format
for example if we have in textbox1 1120 and in second result of equation 22,4
one of solutions will be
How to do this?
Thanks
How to pick 3 random decimal numbers from array to solve simple equation in this format
Code:
textbox1.text*a*b*c=textbox2.text
Code:
1120*a*b*c=22,4
Code:
1120*0,305*0,263*0,253=22,4
Thanks