Assignment 01 PDF
Assignment 01 PDF
Assignment 01
Question 01:
Write a C++ program using classes to save information about two branches of a bank (name of
branch, number of accounts, and number of employees) and display them. Then the program
must display the sum number of employees in both branches.
Question 02:
Write a C++program to create a class Rectangle. In which members are int length and float width
and output should display Area and Perimeter of rectangle.
Question 03:
Question 05:
Public Members
A function FEEDINFO () to allow user to enter values for Flight Number, Destination, Distance
And call function CALFUEL () to calculate the quantity of Fuel
A function SHOWINFO () to allow user to view the content of all the data members