what is the output
Attachments:
Answers
Answered by
1
Explanation:
.Output is defined as the act of producing something, the amount of something that is produced or the process in which something is delivered
Answered by
0
16 is the output:
Explanation:
- The above code is in python language in which there is a recursive function which will add the odd number decreasing from n to 1.
- The user firstly passes the number as example 8 is passed. Then when the number is even it only calls the function to decrease the number.
- But when the number is odd it will add the number.
- So when the user passes 8, then there are 4 odd numbers from 8 to 1, which are as "7,5,3,1".
- The addition of "7,5,3,1" are 16. Hence 16 will be the output.
Learn More:
- Python : https://brainly.in/question/14689905
Similar questions