Question: Which assignment is correct in Java? a. int value = (float) 4.5; b. float value = 4 (double); c. double value = 2.12; d. char
Which assignment is correct in Java?
a. int value = (float) 4.5;
b. float value = 4 (double);
c. double value = 2.12;
d. char value = 5c;
Step by Step Solution
3.34 Rating (160 Votes )
There are 3 Steps involved in it
c d... View full answer
Get step-by-step solutions from verified subject matter experts
