Assume that i = 1, j = 2, k = 3 and m = 2. What does the following statement print? [2]
System.out.println( k + m < j / 3 * i );
Answers
Answered by
0
Answer:
It will print false
Explanation:
Answered by
0
Answer:
3+2<1/3*1 this is the following statement
Similar questions