Suppose from different commands we type, we just want to save the first 5 and then 8th and 13th command. What we should do?
Answers
Answered by
22
•To save the first 5 operations you can perform easily like n series.
•For the next one that is 8th and 13th position you can use the Fibonacci series formula by initially input the first element as 3 and 5 then add these two to get 8.
• Add the sum to the second elements variable that is 8 will be added with 5 .
• The result for last operation will be 13.
Answered by
0
Answer:
Suppose from different commands we type, we just want to save the first 5 and then 8th and 13th command. What we should do?
Similar questions