I make program which do some manipulation on data from dataase and return a double value. It works fine there is no error .Problem is that with same data it gives different output .I can't understand it because logic is same ,data is same then why it produce different result .In my program i do calculation on double and then add all the previous double .I also use Double object .Is changing from
string to Double object or double and adding all this figures will it give me different result.Is using d.doubleValue gives different result .
Thanks