Computer Science, asked by neerajsalmani8, 5 months ago

2 points
int x = 10;
if (x)
System.out.println(" GOOD MORNING ");
System.out.println("WELCOME");
else
{
System.out.println("BYE");
}
what is the answer for this one​

Answers

Answered by pratikkumarviiie
1

Answer:

GOOD MORNING DEAR

Explanation:

PLS MARK ME AS BRAINLEST

Answered by ashvikashinde21
0

output : ( good morning welcome)

(bye)

mark me as brainliest

Similar questions