Sort ascending would be the correct one, since you are going from the lowest value to the highest
Answer:
C. 40
Explanation:
The code uses IF and ELSE statements to carry execute a block of code if any of the statements hold true
OrderTotal here is greater than 100, and this allows the second IF ELSE block to be executed.
The code to be executed is discountAmount = OrderTotal * 0.2
This will be discountAmount = 200 *0.2
therefore, discountAmount = 40.
Answer:John Mauchly and Presper Eckert
Explanation:
The empty input occurs when the user presses the enter key without typing a value for an input operation.