Computer Science, asked by chandralekhapanday15, 5 months ago

What will be the output??
CLS
X = 5
IF X <> 10 THEN
Y = 10
ELSE
Y = 15
END IF
PRINT Y
Please tell me fast....​

Answers

Answered by Soficutiee
0

Answer:

Y=10

Explanation:

Because, X value is less than 10 hence Y=10 .

If X value equal is equal to 10 then we can answer this as Y= 15.

Similar questions