How to Learn Object Oriented Programming (OOP) in C++

Learn Object Oriented Programming (OOP) in C++ / সি++ Here

Showing posts with label Celsius. Show all posts
Showing posts with label Celsius. Show all posts

8.6.13

Exercise Week-1: Variable, Datatype and Initialization

While visiting the below link, read carefully the full page. The source code page will contains both C and C++  Code  simultaneously.



Exercise-1:Adding Two Numbers

Exercise-2:Interest Calculation: Write a program which calculates the value of money at the end of each year of investment.

Exercise-3:Write a C / C++ program for performing all Arithmetic Operation using Arithmetic Operator. The program will take Integer input from terminal as operand.

Exercise-4: Write a C/C++ program to find the Simple Interest. Take input for Principle Amount, Rate of Interest and Time from terminal.

Exercise-5: C/C++ code to Convert Fahrenheit to Celsius (ºF to ºC)

Exercise-6:C/C++ Source Code to Find the  highest (maximum) and lowest (minimum) grades in an array of 25 integer grades. Print the array and print the highest and lowest grades, Labeled appropriately



এই সময়ে 8.6.13 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
লেবেলসমূহ: add numbers, array, Celsius, Fahrenheit, grade, interest calculation
Older Posts Home
Subscribe to: Posts (Atom)

Pages

  • Index Page of c++
  • structure
  • function with arguments
  • Student Management System using Function Overloadi...
  • Design a Payroll System Using Single Inheritance
  • Salary Calculation using Inheritance in C++
  • Pay-bill calculation using OOP
  • OOP: Calculator using Constructor
  • Copy Constructor in C++
  • Method and Constructor are working together in c++...
  • Generate Code for the architecture given in detail...
  • Virtual Function in C++
  • The Magic of Member Function
  • Dynamic Array in C++
  • Array of Object in C++
  • Friend Function in C++
  • Constructor, Inheritance and Polymorphism programming practice in C++
  • C++ general knowledge questions and answers
  • Lab Work -1 : Fibonacci
  • Write an OOP based program in C++
  • Use Constructor, Necessary Method and Destructor
  • Multilevel Inheritance in C++
  • Integer Array Search Using Constructor and Method ...
  • Inheritance cum Polymorphism in C++
  • Count digit from an Integer Number
  • Count digit from an integer number as per requirem...
  • Lab Work 2: Strange Number
  • Lab Work 3
  • Home Work and Viva Preparation
  • Multilevel Inheritance
  • Multiple inheritance
  • Home Work: Summer 2020
  • summer 2021 class lecture

Search This Blog

Blog Archive

  • ►  13 (13)
    • ►  05/19 - 05/26 (2)
    • ►  06/02 - 06/09 (3)
    • ►  07/14 - 07/21 (8)
  • ►  14 (30)
    • ►  03/09 - 03/16 (6)
    • ►  09/21 - 09/28 (1)
    • ►  10/12 - 10/19 (3)
    • ►  11/09 - 11/16 (3)
    • ►  11/16 - 11/23 (2)
    • ►  11/23 - 11/30 (12)
    • ►  12/07 - 12/14 (3)
  • ►  15 (37)
    • ►  08/23 - 08/30 (22)
    • ►  09/13 - 09/20 (15)
  • ►  16 (1)
    • ►  01/24 - 01/31 (1)
  • ▼  21 (7)
    • ►  03/07 - 03/14 (4)
    • ►  03/14 - 03/21 (1)
    • ▼  03/21 - 03/28 (2)
      • Hw-6: Write a c++ OOP to find factorial using loop...
      • Hw-7: C++ OOP to print a fibonacci series.
c programming
Learn C Programming Easily with 10K+ Example

Total Pageviews

Followers

Labels

1*1*1 + 2*2*2 + 3*3*3 + 4*4*4 (1) access specifier (1) add numbers (1) arithmetic operator (2) array (3) bytes (1) c plus plus programming (20) c++ (15) calculator (1) Celsius (1) char (1) char* (1) Class template to represent a generic vector (1) command line argument (1) comparison operator (1) conditional operator (1) cout (1) data encapsulation (1) data hiding (1) encapsulation (2) Fahrenheit (1) false (1) function (1) Function Overloading (1) function template (1) grade (1) inheritance (1) int main() (1) integer number (1) interest calculation (1) iostream (1) letter with loop c++ (1) logical instruction (1) member (1) menu-driven program (1) namespace (1) newline (1) output stream (1) overloading (1) positive integer (1) prime (1) prime number (1) print strange number 1-100000 (1) private (1) program (1) protected (1) public (1) public keyword (1) return 0 (1) return 1 (1) salary calculation (1) Series of Integer which is divide by 3 (1) simple interest using c++ (1) string (1) structure (1) structure of c++ (1) student management (1) switch (1) true (1) variable (2) vector (1) white space (1) Write an interactive (1)

Popular Posts

  • Exercise : Classes and Objects with Constructor-cum-Destructor
    Class and Objects Constructor and Destructor with Methods and properties A class is a user defined data type like a structure or ...
  • C++ : Inheritance with BASE & DERIVED Classes
    I nheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application. This also ...
  • Excercise : Encapsulation
    Encapsulation, private public. Sections The packaging of data values and member functions within one object is called an encapsulat...
  • OOP : Excercise-2 : calculate square and cube of given number using inline function
    C++ program using class to calculate square and cube of given number using inline function . Sample Syntax: #include<iostream.h> ...
  • Class template to represent a generic vector
    Write a class template to represent a generic vector. Include member functions to perform the following tasks: 1)   To create the vector...
  • OOP : Excercise-4.1 : C++ program to find area of triangle, circle,and rectangle using function overloading
    Write a C++ program to find area of triangle, circle,and rectangle using function overloading
  • Implement function overloading
    Write a C++ program to implement function overloading in order to compute power(m,n) where i) m is double and n is int ii) m and n are int....
  • OOP : Excercise-3 : C++ program to calculate simple interest amount use default value for rate
    Write a C++ program using class to calculate simple interest amount use default value for rate. //1. calculate simple interset in cpp ‪#...
  • Create a base class called 'SHAPE'
      Create a base class called 'SHAPE' having -           two data members of type double -           member function get-dat...
  • Define a function template for finding the minimum value contained in an array
    Define a function template for finding the minimum value contained in an array. Write main( ) function to find the minimum value of intege...
www.cprogramming.com.bd. Awesome Inc. theme. Powered by Blogger.