1. Write a program that finds Multiplication and Division values using Inline function 
  2. Write a program that finds Square and Cube values using Inline function 
  3. Write a program that finds Maximum value from classes using Friend function.
  4. Write a program that finds average value from classes using Friend functions.
  5. Write a program on Static data Counter.
  6. Write a program that display static data and counting objects using Static function. 
  7. Write a C++ Program to demonstrate the  functioning of a friend class.