answer in java
int p=5;
system.out.print("hello ");
int r=(p<6)?5:6;
system.out.print(r)
Answers
Answered by
0
Answer:
hello
6
The output will be like this
Similar questions