currency « decimal « Java Data Type Q&A





1. my java application works only with full numbers, does not accepts decimal currency.    bytes.com

i coded a java application, the formula, and the calculations work when i use full numbers, but if i test it with decimal numbers, it does not work. i used Integer.parseInt(). ...