The code for the following is ____."If the value of numCorrect is equal to 3, set bonusPoints to 10 and display the message Congratulations! You win 10 bonus points."
A. If numCorrect == 3 Then
bonusPoints = 10
Display "Congratulations! You win 10 bonus points."
End If
B. If numCorrect <= 3 Then
bonusPoints == 10
Display "Congratulations! You win 10 bonus points."
End If
C. If numCorrect > 3 Then
bonusPoints == 10
Display "Congratulations! You win 10 bonus points."
End If
D. If numCorrect != 3 Then
bonusPoints == 10
Display "Congratulations! You win 10 bonus points."
End If
Answer: A
You might also like to view...
The ____ menu allows you to participate in online Photoshop community discussions.
a. Share b. Help c. Adobe Web d. Web Share
For each course ID, display the maximum count in descending order.
Write queries/statements for the following. (Use tables created in Chapter 4 Lab Activity.)
____________________ gives computers the instructions and data necessary for carrying out tasks.
Fill in the blank(s) with the appropriate word(s).
________ determines how two data sets from a sample vary simultaneously
Fill in the blank(s) with correct word