Question: Using java, help me with the next questions Given two int variables total and count , in order to get a floating-point average, you type
Given two int variables total and count , in order to get a floating-point average, you type cast one of the variables (either total or count ) to a double or a float to force the division to be performed as floating-point. For instance: double average (double) (total) count; True O False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
