0.3 Hypothesize the output from the following:
System.out.println (1 / 0);
System.out.println (1.0 / 0);
Test your hypotheses by executing a small program that includes that code.
 
 
View Solution
 
 
 
<< Back Next >>