Question: Consider the following code segment containing a nested if-else statement: if (x >= y) {if (x*10 < 100) {alert('ONE');}else {alert('TWO');}}else {alert('THREE');} Given the following assignments,

Consider the following code segment containing a nested if-else statement:

if (x >= y) {if (x*10 < 100) {alert('ONE');}else {alert('TWO');}}else {alert('THREE');}

Given the following assignments, predict the behavior of the preceding code?

x = 0; y = -5; x = 9; y = 9; x = 22; y = 21; 

Step by Step Solution

3.31 Rating (166 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

x 0 y 5 THRE... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (1 attachment)

Word file Icon

1409-C-S-O-S(1050).docx

120 KBs Word File

Students Have Also Explored These Related Operating System Questions!