Answer: D
Explanation: You don't need to give money, information, or watch any inappropriate content on the gov website. It's safe and all you do is read.
Answer:
mark=input("enter your mark ")
Explanation:
the input method is used to get the input from the user.
Answer:
The "bot" is the correct answer for the above question
Explanation:
- The Bot is a software program that is used to do the automatic task behave like it is human. This is a program that helps to solve the task which is routine, simple and repetitive.
- The example of this type of software are webcrawler and chat boot.
- The above question asked about the program which is used to interacts with the other software to perform some operation. That type of program is known as the boot program.
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.