C++ Program to Add Two Numbers

preview_player
Показать описание
simple addition program. In this Program, user is asked to enter two integers. Then, the sum of those two integers is stored in a variable and display on the screen. 3+5=8
Рекомендации по теме
Комментарии
Автор

Dude that's short and sweet...btw can you tell the tune used in 2nd half of the video ?

yuvrajbhosale
Автор

I knew It was the semi colon that I've been missing 😅

kingxotikgaming
Автор

Hello.. This type of channel Without voice over is monetized?

KidzzZones
Автор

Nice program # very clear simple program 😍😍😍😍😍

prabhathkalyan
Автор

How can I add up all the number in the range? Like if I type 5 the answer would be 15

jayze.
Автор

Everyone has different method to write programm so dont copy 😌
#include <iostream>
#include <conio.h>
void main ()
{
int a, b, c ;
cout<<" Enter 2 nos ">>;
cin>>a>>b ;
c = a + b ;
cout<<"Addition"<<c ;
}

ishannalawade
Автор

10 5 C:\Program Files 'sum' was not declared in this scope

driptoray
Автор

পাইথন এর প্রোগ্রাম দেখালে খুব উপকার হত।।।।

techlotbd