Answer:
Gramm-Leach-Bliley Act
Explanation:
Under the Gramm-Leach-Bliley Act, financial institutions must provide a privacy notice to each consumer that explains what data about the consumer is gathered, with whom that data is shared, how the data is used and how the data is protected.
The law stipulates that for any consumer with a financial institution, the financial institution should make provision of a privacy notice. This privacy notice outlines in explicit details the following; what data about the consumer is gathered, with whom that data is shared, how the data is used and how the data is protected.
This was done in order to protect the consumer right and the right of the financial institution.
You must use “scanf” statement to read the input. You must also include the necessary header file to use all the built-in functions in any programming languages.
scanf(“%d”, &number);
Since “scanf” is a statement it must end with the semicolon. “scanf” accepts two parameters, first the type of value and second is the address of the variable to store the given input.
Here “&” represents the address of the given variable. “%d” is used for integer, “%f” is used for float, “%s” is used to receive string inputs, etc.
The answer to your question is,
True.
-Mabel <3