Question: Assuming you have declared shoeSize to be a variable of type int, which of the following is a valid assignment statement in Java? a. shoeSize
Assuming you have declared shoeSize to be a variable of type int, which of the following is a valid assignment statement in Java?
a. shoeSize = 9;
b. shoeSize = 9.5;
c. shoeSize = "nine";
d. shoeSize = 9.5F;
Step by Step Solution
3.40 Rating (169 Votes )
There are 3 Steps involved in it
a The value 9 can be assigned to anint The value 95 cannot be ... View full answer
Get step-by-step solutions from verified subject matter experts
