Step 1: set a = 1, b = 1, c = 2, and k = 1
Step 2
while k>n
(a) replace c with a + b ____
(b) replace a with b ____
(c) replace b with c ____
(d) replace k with k + 1 ____
endwhile
Step 3: Print B
Enter the solution after a,b,c, d in step 2 and give the final out come. a program is not necessary, the solution it self with do.