Question: In Java, WITHOUT ANY IMPORTS how would I take an int for example 435 and return it to the format 4.35? basically turning cents into
In Java, WITHOUT ANY IMPORTS how would I take an int for example 435 and return it to the format 4.35? basically turning cents into a dollar format. It should work to if for example the number was 92 -> 0.92
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
