based off my knowledge im gonna to go with OPTION A because ur social security number holds information like your brith etc
Scenarios are created and simulated in order to <span>perform a what-if analysis with more than two input cells. These scenarios are very essential to the development of the study of different variables affecting the two input cells who be assessed properly by manipulating and controlling them for the desired outcome.</span>
Answer would be D)potential
Answer:
Data type is an attribute of the data in the computer science. It basically guide the compiler and interpreter about the data utilization in the program. Data type basically define the operation, which can be done on given data.
There are different types of data types are as follow:
Integer data type: This type if data type basically represent the integer type of data value from largest to smallest order.
For example: int p = 10;
Real data type: This type of data type is used to represent the real type of number from largest to smallest range.
For example: float b = 17.6;