0
I have to make a list of exercises in C and Java, but I could not understand the logic in this exercise. Could someone help?
Ask the user for the initial and final Fibonacci sequence term (closed interval) and print the result.
Ex: Sequence of Finomacci 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...
Initial term 4
Final term 8
This question seems to be decontextualized because it asks you to solve the entire exercise without demonstrating your attempts, without showing your own code and without saying what you don’t understand about the programming problem itself.
– brasofilo