Description
BCSL-032 Solved Assignment For IGNOU BCA July 2018 and January 2019 Sessions
Questions solved in this solution:
Question 1(a):
Write a C++ program for followings:
(i) Find sum of 1+3+5+…. up to n terms
(ii) Generate Fibonacci series
Question 1(b):
Write a C++ program to create class named Account. Derive Current_Account and Saving_Account classes from it. Define method display- balance() in both the classes. Make necessary assumptions wherever required.
Question 2(a):
Write a C++ program to demonstrate exception handling by using example of multiplication of two matrices.
Question 2(b):
Write C++ program for adding two matrices by overloading ‘+’ operator. Make necessary assumptions wherever required.
Reviews
There are no reviews yet.