Question: float i = 6.45f; double j = 3.1415; int j = 10; int a = (int) i; int b = (int) j; double c =
float i = 6.45f; double j = 3.1415; int j = 10; int a = (int) i; int b = (int) j; double c = (double) j;
After every line has been processed by the compiler, a is ____?____ , b is ____?_____, and c is ___?____
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
