What will the following code output? Double d = 12.9; Int i = (int)d; System.out.println(i);

Question:

What will the following code output? 

Double d = 12.9;
Int i = (int)d;
System.out.println(i);

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

Step by Step Answer:

Question Posted: