public class Test { public static void main(String[] args) { float f = 1.0 + 1.0f; f = f + 1; System.out.println(f / 0); } }
float f = 1.0 + 1.0f;
Login in to like
Login in to comment
or Read more about Java Quizzes
Login in to like
Login in to comment