small doubt regarding conversion

Go4Expert Member
23Apr2008,16:19   #1
Shilpa1's Avatar
Code:
float f = 15.95;
//Here i want to print the output as 1595
How to do this?
Newbie Member
23Apr2008,21:28   #2
raj_poorni0909's Avatar
either multiply f by 100.Or let know to which u want to convert