Daily Archives: February 3, 2020
Merge Sort
Merge two sorted array into a third array Continue reading
Posted in Array
Leave a comment
Sort matrix
Write a program to declare a matrix A [][] of order (MXN) where ‘M’ is the number of rows and ‘N’ is the number of columns such that both M and N must be greater than 2 and less than … Continue reading
Posted in Matrix
Leave a comment
Big-Small
Write a program to declare a matrix A [][] of order (MXN) where ‘M’ is the number of rows and ‘N’ is the number of columns such that both M and N must be greater than 2 and less than … Continue reading
Posted in Matrix
Leave a comment
Bank-Acount
A super class Bank has been defined to store the details of a customer. Define a sub-classAccount that enables transactions for the customer with the bank. The details of both theclasses are given below:Class name : BankData member/instance variable:name : … Continue reading
Posted in Inheritance
Leave a comment