Is the division statement in the following code an example of integer division or floating-point division? What

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;
portion = 70 / 3;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: