Give the output: Class output
public static void main()
int m=6, n=7
boolean c= n-7>m; System.out.println(c)
System.out.println(m
Answers
Answered by
1
Answer:
False is the answer 0>6.
Similar questions