Assignment 4 1-Given a number, we need to find sum of its digits using recursion. Examples: Input : 12345 Output : 15 Input : 45632 Output :20 2-Given a number n, find sum of first n natural numbers. To calculate the sum, we will use a recursive function recur sum(). Program to find sum of first n natural numbers 6+5+4+3+2+1 = 21 Examples : Input 3 Output 6 Explanation : 1 + 2 + 3 - 6 Input : 5 Output : 15 Explanation 1 +2 + 3 + 4 +5 = 15

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 15SA
icon
Related questions
Topic Video
Question
100%
Using java
Assignment 4
1-Given a number, we need to find sum of its digits using recursion.
Examples:
Input : 12345
Output : 15
Input : 45632
Output :20
2-Given a number n, find sum of first n natural numbers. To calculate the sum, we
will use a recursive function recur_sum().
Program to find sum of first n natural numbers
6+5+4+3+2+1 = 21
ƏG
Examples :
Input : 3
Output : 6
Explanation : 1 + 2 + 3 = 6
Input : 5
Output : 15
Explanation 1 + 2 + 3 + 4 +5 = 15
Transcribed Image Text:Assignment 4 1-Given a number, we need to find sum of its digits using recursion. Examples: Input : 12345 Output : 15 Input : 45632 Output :20 2-Given a number n, find sum of first n natural numbers. To calculate the sum, we will use a recursive function recur_sum(). Program to find sum of first n natural numbers 6+5+4+3+2+1 = 21 ƏG Examples : Input : 3 Output : 6 Explanation : 1 + 2 + 3 = 6 Input : 5 Output : 15 Explanation 1 + 2 + 3 + 4 +5 = 15
Expert Solution
steps

Step by step

Solved in 6 steps with 2 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage