Skip to content
/ Codes Public template

A C++ program to calculate family income of husband and wife

License

Notifications You must be signed in to change notification settings

Deepam-Aggarwal/Codes

Repository files navigation

C C++

Issues GitHub pull requests

In C codes:

EvenOdd.c

An interactive program to print all even or odd numbers from start to end. Accept value of end from the user and also find their sum


String.c

Inbuilt functions of String.h


Employees.c

Employees database using structure for storing their id and name


Info.c

A program to show the concept of nested structure


Matrix.c

A program to multiply, add, subtract and transpose a matrix using a switch case


PositiveNegative.c

A program to count the numbers of positive and negative elements of an array


In C++ codes:

CandyMachine.cpp

A program to create Candy Machine, show it functioning


Company.cpp

A program to create multiple product company databases using multiple inheritances


Hospital.cpp

A program to create a hospital database regarding its indoor patients. The information to store includes: a) name of the patient b) date of admission c) disease d) date of discharge Create a base class to store the above information. The member function should include functions to enter information and display a list of all the patients in the database. Create a derived class to store the age of patients. List the information about all the pediatric patients less than 12 years of age.


House.cpp

A program to create a base class house which has following member functions: i) Constructor to initialise length & breadth of house. ii) Function dimension to input dimension of house. iii) Function get_door() to input number of doors in house. iv) Function get_wind() to input number of windows in house. Derive two subclasses door & windows from the class House. Two derived classes have methods to calculate total cost of doors/windows.


Salary.cpp

A program to create class HUSBAND & WIFE with two private data members name, salary & show parameterized constructor, display & calculate total salary


Other repositories (to contribute) and stats:

Readme Card Readme Card Readme Card Readme Card Deepam's GitHub stats Top Langs

About

A C++ program to calculate family income of husband and wife

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published