Here below is the operations..
double d=4.0;
double dd=4.0;
double results=d+dd;
it gives at the time of execution
results => 8
Instead of
results => 8.0
I would like to get output like below
results => 8.0
Will anybody tell me how to get decimal value with zero's also