Which of these performs explicit type casting?
int z = (int) 5.9;
double y = 3;
int x = 5.0;
float f = 5;
This question is part of this quiz :