#include<iostream.h> #include<conio.h> void main() { clrscr(); int a,b,c; cout<<"\n enter a="; cin>>a; cout<<"\n enter b="; cin>>b; c=a*b; cout<<"\n multiplication="<<c; getch();
The GEEK mode
Complete the form below, and we'll send you our recent update.
0 on: "Program to multiply two numbers"