Social media is so powerful in this generation because it is able to reach many different corners of the world. It is not only used merely for communication but also sometimes or most of the times for business. For Lindsay, the use of social media will allow her to increase the size of the customer base. The answer is letter A.
17.incorrect code........................sorry I'm not sure about number 16
Answer:
Output:
Income is greater than 3000
Explanation:
In conditional statements, either the if statement is processed or the else if.
In this scenario, both the given conditions fit for the given output but when if block will be processed, the else if block will be skipped by default.
So the output will only be the out phrase of if block which is:
Income is greater than 3000.