Answer:
Option c is correct.
Example :
public class Subject
{
public static void main(String [] args)
{
int ar[]={5,4,6,7,8};
System.out.println("the number of array elements are: ",ar.length);
}
}
Explanation:
The above program is created in java language in which Subject is a class name.Inside Subject class , there is main method.
Inside the main method, there is An array named 'ar' which data type is an integer and we have assigned the value to this array.
in the next line, we are printing the total no. of the element in the array with the length function which displays the length of an array or variable.
Answer:
a)Yes Alice can pick 11 has value for her public exponent e
b) The value of d when the public exponent e = 3 is 37
c) The cipher c of the Bob’s message m =2 is 8
d) The cipher c of the Bob’s message m =3 is 18
e) The value of m if c = 3 and the public exponent e = 7 is 16
Explanation:
Find attached the explanation
Answer:
c. are based on statistical data, measurement and metrics
Explanation:
Data driven process are process that are not based on intuition but rather are based on data. This data serves as evidence to back a decision that is to be taken. It therefore means that, whatever decision that will be taken, such a decision will be based on the data presented.