A is correct! We did this in Law!
Have a merry Christmas!
Answer:
With the help of sorting and filtering techniques we can get answers of may question.
Explanation
For example, there is a database of a book shop, we create few questions from that database, to get answer with the help of sorting and filtering techniques.
- Which one is the lowest selling book in the month?
- How many books available in the shop related to graphic designing?
- Which Book is the lowest Price Book in the category of Web Designing?
- Which Title Books are out of stock?
- Which Books are sale on Numbers and which on low arrange them in order?
Baiting is the answer
Hope it helped!
1.
If-then statements are used in a program to run certain code when ideal conditions are met.
2.
Since the variable word holds the word kangaroo and the if statement is asking if the variable word is equal to KANGAROO, the else statement will run. The output will be FALSE
3.
if (90 < = x <= 100) should be rewritten as Nothing, the if statement is correct.
4.
You use an else statement when you want your code to do something if your if statement is false.
5.
if (num1 != num2)
I hope this helps!