Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
There is no difference. Both mean the same measurement except that 1.050 is presented in 4 significant figure and 1.05 in 3 significant figure.
Answer:
The number of years to double the lump sum in value is;
N = 72/10 = 7.20
N = 7.20 years
Step-by-step explanation:
Using the rule of 72 for the approximation:
The formula for rule of 72 is;
Number of years to double = 72/interest rate in percentage
Given;
Interest rate = 10%
The number of years to double the lump sum in value is;
N = 72/10 = 7.20
N = 7.20 years
Answer:
ergerge
Step-by-step explanation: