Answer:
see explaination
Explanation:
MATLAB script:
% MATLAB script that calculates reciprocal Fibonacci constant Ψ
% Initial Values
a0 = 1;
a1 = 1;
% Looping variable
i = 2;
% Reading n value from user
n = input(' Enter n value: ');
% Initializing sum
sum = (1/a0) + (1/a1);
% Loop till i reaches n value
while i <= n
% Finding term in Fibnocii series
a2 = a0 + a1;
% Accumulating Sum
sum = sum + (1/a2);
% Updating previous terms
a0 = a1;
a1 = a2;
% Incrementing loop variable
i = i + 1;
endwhile
% Printing result
printf("\n Reciprocol Fibnocii Constant: %f \n", sum);
See attachment for sample output
McDonald's H&M McDonalds Inc is incorrect for name accuracy.
Explanation:
The correct Name is McDonald's. But Mc Donald's H&M and McDonalds inc is incorrect for name accuracy.
McDonald's is a fast-food company based in America. It has its retail outlets throughout the world. It is very famous for its burgers and french fries. It is the world's second-largest employer in the private sector. It is a symbol of globalization as it has its outlets throughout the world.
I'd go for <span>
FLOOR(x) </span>
The numerical function FLOOR(x) can be used to return the
largest integer value that is less than or equal to the numerical expression
provided. The numerical function CEILING (x) is the opposite of FLOOR(x) since
it gives the smallest integer value that is greater or equal to the numerical
expression.
Mean means most and the most he can get is the 10000 and the 2 1000s and the 1 dollar so the mean is 12001.