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
Inbuilt functions of String.h
Employees database using structure for storing their id and name
A program to show the concept of nested structure
A program to multiply, add, subtract and transpose a matrix using a switch case
A program to count the numbers of positive and negative elements of an array
A program to create Candy Machine, show it functioning
A program to create multiple product company databases using multiple inheritances
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.
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.
A program to create class HUSBAND & WIFE with two private data members name, salary & show parameterized constructor, display & calculate total salary