You are on page 1of 5

Assignment #02

Submitted by: Sadia Bibi


Software Engineering
FJWU-2022-BSE-066

Submitted to: Dr. Bushra Bashir


Lecturer
Fatima Jinnah Women’s
University

Department of Software Engineering


Fatima Jinnah Women’s University
1st program:
C++ program to find the sum of series {10,15,20,25,30…….}by
using recursive function

Output:
2nd Program:
C++ program to find the sum of series {3,6,12,24,48……}by using
recursive function.

Output:
3rd Program:
C++ program to find the sum of series {1+1/2+1/3+…….+1/45}by
using recursive function

Output:

You might also like