| Author |
Converting Integer to Decimal
|
mamidi venkat
Ranch Hand
Joined: Jul 03, 2007
Posts: 62
|
|
Hi All, Here i wanted to convert the integer value i.e 24 to decimal like 24.23 how to do that.can anyone please help me out in this context
|
 |
Vaibhav Aggarwal
Greenhorn
Joined: Sep 12, 2007
Posts: 8
|
|
Hi U can convert int into float by implicit casting . Example Output would be
|
 |
 |
|
|
subject: Converting Integer to Decimal
|
|
|