Tester
public class Tester { public static void main(String[] args) { float result = (float)9.57 + 5; } }
What is the final value of
result
?