Computer Science, asked by rayaishik, 2 months ago

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 Anonymous
0

Answer:

It will print false

Explanation:

Answered by vishubhai687
0

Answer:

3+2<1/3*1 this is the following statement

Similar questions