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
x 0 y 5 THRE... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
1409-C-S-O-S(1050).docx
120 KBs Word File
