I'm using following calculation in my Java code. The problem is, despite of our except to dd value have to be "0.3530" , it get "0". What's the missing?
double dd = (double) (442 / 1252);
I'm using following calculation in my Java code. The problem is, despite of our except to dd value have to be "0.3530" , it get "0". What's the missing?
double dd = (double) (442 / 1252);