About Question com.enthuware.ets.scjp.v6.2.547 :
Posted: Sat Jan 24, 2015 4:44 am
"320 is an int and so can be assigned to an int variable. f = 320.0 is not valid as 320.0 would be a double."
Should read "can be assigned to a float variable".
Should read "can be assigned to a float variable".