Computer Science, asked by dhurgah, 8 months ago

3. a)Write a program to to find first n fibonacci series 0,1,1,2,3,5,----
b)Write a program to accept a number and find the sum of all
the odd digits and sum of all the even digits in it.​

Answers

Answered by MichSuchana91
1

Answer:

In the attachment above

Explanation:

  1. using recursion. (Fib)
  2. using without recursion, along with dryrun. (Fib)

.

.

.

Go nd have a piece of cake

at exm◠‿ •

Attachments:
Similar questions