Computer Science, asked by AryanKapoorLucknow, 4 months ago

answer in java
int p=5;
system.out.print("hello ");
int r=(p<6)?5:6;
system.out.print(r)

Answers

Answered by AnindaBasu
0

Answer:

hello

6

The output will be like this

Similar questions