Computer Science, asked by thamizhiniyanti, 1 year ago

public class Sample {
public static void main() {
int i val = 10, j val = 20;
boolean chk;
chk = i_val < j_val;
System.out.println("chk value: "+chk) ;​

Answers

Answered by anupama777vidya
1

Answer:

chk value:1

1 represents true and 0 represents false.

Hope it will help you

Similar questions