Answer:
It might be Output: I0 ..
I did searched but all I found is "An input/output statement or IO statement is a portion of a program that instructs a computer how to read and process information. It pertains to gather information from an input device, or sending information to an output device. Input, Output, Programming terms." Srry if it wrong ;-; but have a good day! ^^'
-<em>thatLilWeeb</em>
It is to avoid plagiarizing someone else's work
An image is a representation of a person or thing but a picture is a painting or drawing
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.