Write a cpp program to multiply two numbers taking input form user?

#include<iostream.h>
#include<conio.h>
void main()
{
 clrscr();
int a,b;
 cout<<"Enter first number: ";
 cin>>a;
 cout<<"Enter second number: ";
 cin>>b;
 cout<<"Multiplication of two numbers is: "<<a*b;
 getch();
}

Ourput:

Comments

Popular posts from this blog

Larch Soft Pvt. Ltd. - Best Website & Hosting Provider