Answer:
The correct option is a.
A business that collects personal information about consumers and sells that information to other organizations.
Explanation:
Data brokers, also known as data suppliers, data fetchers, information brokers, or even data providers are businesses or companies (even individuals) that, on the most basic level, source and aggregate data and information (mostly information that are meant to be confidential or that are in the real sense difficult to get) and then resell them to third parties. These third parties could be other data brokers.  
They collect data and information from a wide range of resources and sources - offline and/or online e.g web access history, bank details, credit card information, official records (such as birth and marriage certificates, driver's licenses).  
Brokers can steal round about any information. Examples of information that brokers legally or illegally steal are full name, residential address, marital status, age, gender, national identification number, bank verification number. Brokers and hackers are siblings.
A couple types of data brokers are:
1. Those for fraud detection
2. Those for risk mitigation  
Hope this helps!
 
        
             
        
        
        
Retrive you can restart your computer press f8 it will takr you to a menu were you can choos recover lost files then go from there
        
             
        
        
        
Answer:
import java.util.Scanner;
public class TestClock {
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        System.out.println("Enter two integer numbers");
        int num1 = in.nextInt();
        int num2 = in.nextInt();
        int newSum=num1+10;
        System.out.println("The first number is "+num1);
        do{
           System.out.println(newSum);
           newSum +=10;
        }while (newSum <=num2);
    }
}
Explanation:
Using Java Programming language
- Prompt user for the two inputs and save them as num1 and num2(Using the scanner class)
- Create a new Variable newSum = num1+10
- Create a do...while loop to continually print the value of newSum, and increment it by 10 while it is less or equal to num2
 
        
             
        
        
        
Explanation:
because of the visual appearance
 
        
             
        
        
        
All except drinking caffeinated beverages:)))