MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What is the type of the below assignment expression if x is of type float, y is of type int? y = x + y; | 
                            
| A. | int | 
| B. | float | 
| C. | double | 
| D. | There is no type for an assignment expression | 
| Answer» B. float | |