Multiple Choice
Which of the following statements subtracts the contents of the intNum1 variable from the contents of the intNum2 variable,and then multiples the difference by 3? The result is assigned to the intResult variable.
A) intNum1 - intNum2 * 3 = intResult
B) (intNum2 - intNum1) * 3 = intResult
C) intResult = (intNum1 - intNum2) * 3
D) intResult = (intNum2 - intNum1) * 3
Correct Answer:

Verified
Correct Answer:
Verified
Q50: Instead of storing data in the properties
Q51: You can eliminate the problems that occur
Q52: Data types and classes are not related
Q53: If Option Strict is set to On,which
Q54: The decRate variable contains the number .03.Write
Q55: Specifying the number of decimal places and
Q56: The Decimal,Double,and Single variable data types can
Q57: Calculations involving Decimal variables are not subject
Q58: A form's CancelButton property specifies the button
Q59: Which of the following can store a