Question: Is the division statement in the following code an example of integer division or floating-point division? What value will be stored in portion? double portion;
Is the division statement in the following code an example of integer division or floating-point division? What value will be stored in portion?
double portion;
portion = 70 / 3;
Step by Step Solution
3.46 Rating (159 Votes )
There are 3 Steps involved in it
The division statement in the following code is an example of integer divi... View full answer
Get step-by-step solutions from verified subject matter experts
