Pages: [1]   Go Down
Print
Author Topic: Addition of two variables in C++ ( simple programming)  (Read 249 times)
0 Members and 1 Guest are viewing this topic.
ahmad2005
Student of University of Imagine World
Administrator
Newbie
*****
Offline Offline

Gender: Male
Bangladesh Bangladesh

Posts: 25


MARUF AHMAD

9105034 m_ahmad_08@live.com m_ahmad_08@yahoo.com
View Profile WWW Email
« on: February 21, 2010, 06:32:03 AM »

Hi im not a programmer but try to learn it. today i want to show you my 1st C++ programming.
Its a simple code which can addition two variables. you can add two number and its produce sum of that.
So, lets start.

It's support : Turbo C++ or Microsoft visual C++ Studio  

#include<iostream.h>

float main()
{
  float M,N, sum;
  cout<<"WWW.EEE-LAB.COM  \n";
  cout<<"Enter the 1st Number: ";
  cin>> M;
  cout<<"Enter the 2st Number: ";
  cin>> N;
  sum=N+M;
  cout<<"Sum is="<<sum<<endl;

  return 0;
  }

Code:
#include<iostream.h>

float main()
{
  float M,N, sum;
  cout<<"WWW.EEE-LAB.COM  \n";
  cout<<"Enter the 1st Number: ";
  cin>> M;
  cout<<"Enter the 2st Number: ";
  cin>> N;
  sum=N+M;
  cout<<"Sum is="<<sum<<endl;

  return 0;
  }


* c_programming_tshirt-p235905337691303285cpu4_400.jpg (42.77 KB, 400x400 - viewed 19 times.)
« Last Edit: February 21, 2010, 06:56:30 AM by ahmad2005 » Logged

This is MARUF AHMAD
Study in Philosophy
University of Imagine World
runopu
Student of Shahjalal University of Science and Technology
Newbie
*
Offline Offline

Gender: Male
Bangladesh Bangladesh

Posts: 2


Run Opu


View Profile Email
« Reply #1 on: February 21, 2010, 07:07:29 AM »

good work.
Logged

Run Opu
BSc in Computer Science and Engineering
Shahjalal University of Science and Technology
Rezuanul Islam Shaown
Student of International University of Business Agriculture and Technology (IUBAT
Newbie
*
Offline Offline

Gender: Male
Bangladesh Bangladesh

Posts: 2


Rezuanul Islam Shaown


View Profile WWW Email
« Reply #2 on: February 21, 2010, 10:19:54 AM »

valo kaj shoro korsesh . i support this
Logged

Rezuanul Islam Shaown
BSc in Electronics and Electrical Engineering
International University of Business Agriculture and Technology (IUBAT).
I am also stay in there.( Facebook )
Pages: [1]   Go Up
Print
Jump to: