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