Consider the following code.
Which of the following will occur if the user's response is 25?
Which script will display Configurations, you won! In the browser when the script is run?
A)
B)
C)
D)
Which code could be used to send a user to another Web site when they click a button on the Web page?
A)
B)
C)
D)
Which of the following comparison statement will return true?
A) X=10;
Y=11;
y--;
x==y
B) X=10;
Y=11;
Y++;
x==y'
C) X=11;
Y=10;
y--;
x==y;
D) X=11;
Y=10;
y-= 1;
x==y
Consider the following code:
Ginger needs to write a script to display a pop-up alert box with the type of credit card the user selected Which of the following code blocks should she use?
A)
B)
C)
D)