0 / 60 seg.

What will the following Java code print?

int num1 = 50, num2 = 3;
float result = (float) num1 / num2;
System.out.println(result);