Fundamental in "C" Part-2 Public Class

Saturday, May 16 2009 | 5:30 PM (IST)

The class is over

Price:
Free
Duration:
30 minutes
Presented by:
Rating:

View Recording

System & Device Check

About the Class

This is a class will give you an introduction to C Programming Language. Interested candidates please be online on the schedule time.This Class will be a continuation class from the Part 1.

Language of instruction:

Keywords: c, c++, c programming language, fundamentals of c programming language, online class

Attendees in the class (6)

Comments
sara
By: sara
980 days 18 hours 55 minutes ago

1. Create a BankTransaction class. 2. Create following static data members: Balance to show balance. New Balance to get New balance from the user. Adjustment in order to do the adjustment in balance. Annual Interest Rate is used for the calculation of the interest. Interest data member to show the interest amount. 3. Create constructor which display message when object is created. 4. Create destructor which display message when an object is destroyed.

sara
By: sara
980 days 18 hours 55 minutes ago

5. Bank Transaction class have following public member functions: Deposit () to despite amount in the account. Withdrawal () to withdraw the amount from the bank. Balance () function for displaying the current balance. InterestRate () to set the interest rate. You must get interest rate from the user. AnnualInterest () is used to calculate the interest. The interest calculated should be deducted from the balance and the new balance after the deduction should be shown to the user. 6. Now in main; display a menu. 1: Deposit 2: Withdraw 3: Get Balance 4: Set annual interest rate 5: Calculate interest

About Sukla banerjee
(Teacher)

  • Sukla banerjee
    Sukla banerjee
  • 23 Followers
  • 3 Members recommend
  • 12 Classes conducted
  • 1 Test created

Profile Summary

Hi This is a class Which will give you an introduction to C Programming Language. Interested candidates please be online on the schedule time.