Hi to everyone
I am new to java and I have a simple question for you guys. Is there any other way to convert a float to two decimal places? the way I know, has been posted below. I tried to search on the internet but do not find any easy solution for it all the examples are too complicated.
This is all that I have to do to complete this task. Any advice or suggestions, pleaseCode:f = f/99;
Bookmarks