Given that i=4, j=5, k=4, what will be the result of expressions.
Q12. Given that i=4, j=5, k=4, what will be the result of following expressions?
- i<k
- i<j
- i<=k
- i==j
- i==k
- j>k
- j>=i
- j!=i
- j!=k
- j<=k
Ans.(1). False.
Ans.(2). True.
Ans.(3). True.
Ans.(4). False.
Ans.(5). True.
Ans.(6). True.
Ans.(7). True.
Ans.(8). True.
Ans.(9). True.
Ans.(10). False.