4 Answers - Sort by: Date | Rating
#include<iostream.h>
#include<conio.h>
void main(){
int a,b;
cout<<Enter Two numbers:";
cin>>a;
cin>>b;
cout<<"sum of two numbers are:" <<a+b;
getch();
}
#include<conio.h>
void main(){
int a,b;
cout<<Enter Two numbers:";
cin>>a;
cin>>b;
cout<<"sum of two numbers are:" <<a+b;
getch();
}
0
0
Answered by : Mesak Lawmkima, Jr. Technician (Software) ZENICS Computer Academy (Aizawl)
#include
void main()
{
float x=5.5, y=4.3;
couta;
cin>>b;
cout
#include
void main()
{
float x=5.5, y=4.3;
couta;
cin>>b;
cout
0
0
Guest
answered 3 months ago
Guest
answered 8 months ago
Guest
answered 7 months ago
- How To Create User Id?
- How Do I Find Cascading Style Sheets?
- What Is A Flowchart?what Are The Symbols Used In A Flowchart?
- When Css Exams Expected?
- . Write A Program In C++ To Accept The Order Of Two Matrices, Check For The Possibility Of Multiplication, And Perform The Multiplication?
- How To Install File Server?
- Explain Why It Is Not Necessary For A Program To Be Completely Free Of Defects Before It Is Delivered To Its Customers?
- What Is The Objective Of Database?
- How Do I Download Java Script On My Samsung R430 Cell Phone?
- What Are The Characteristics Of A File?
- Conduct A Search Through The Opposing Viewpoints Resource Center Database In The University Library.From The List Of Popular Searches, Select Two Topics That Spark Your Interest. Review The Available Materials For Each Topic?
- How Do I Program Them In?
- Which Numbering System Do Accrediting And Regulatory Agencies Recommend?
- How Do I Add A Column To A Table In Word 97?
- What Is A Disadvantage Of Using A Paper-based Database?
- What Is Code Of Integrity?
- How To Get Java On My Lg 260?
- How To Make A Digital Clock In C Language?
- Write A Java Program To Store A Number Find If It Is Positive Or A Negative Number If Positive Print I Am The First?
- Finds The Factorial Of The Numbers That Lie Between 1 And 10 Using Nested For Loop?
- What Is Polymorphism ? With Example
- Where Can I Find Pdf Files Of The Old White Wolf Rpg Books?
- How To Create A Header File In C Language?
- What Is Difference Between HTML Vs XHTML?
- Can You Write A Program To Display The Sum Of Numbers From 0-9?
- Can You Write A C++ Program That Will Compute The Sum Of Six Numbers?
- Write A Java Program To Display The Sum First 10 Numbers From 1 To 10?
- Write A C++ Program That Will Display The Sum Of Prime Numbers From 1 To N?
- Write A Java Program To Find Sum Of All Even Numbers For Given N Values?
- Write An Assembly Language Program To Display The Sum Of Numbers From 1 To 10?

New Comment - Comments are editable for 5 min.