Question: Given the following code, what is the value of a after the statement is executed? double b = 6.1; int a = (int) b;
Given the following code, what is the value of a after the statement is executed?
double b = 6.1;
int a = (int) b;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
