Multiple Choice
The JavaScript code for the following algorithm is ____.
If age >= 65 Then
DiscountRate = 0.10
End If
A) if (age >= 65) Then { discountRate == 0.10;} end if
B) if (age >= 65) {discountRate == 0.10} end if
C) if (age >= 65) Then {discountRate = 0.10;}
D) if (age >= 65) {discountRate = 0.10;}
Correct Answer:

Verified
Correct Answer:
Verified
Q40: The following symbols are known as _.<br><,
Q41: You should use braces for all selection
Q42: You should put a semicolon after the
Q43: In a JavaScript, the entire Case structure
Q44: When creating a flowchart to represent selection
Q45: In JavaScript, a Case structure starts with
Q46: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB10710/.jpg" alt=" -The flowchart in
Q47: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB10710/.jpg" alt=" -The flowchart segment
Q48: The selection structure and its variations with
Q49: A _ structure evaluates a condition, which