write a basic program to find the product of two number
Answers
Answered by
0
i can give coding in turbo C++
#include<iostream.h>
#include<conio.h>
void main()
{
float a,b,product;
cout<<"\nENTER ANY TWO NUMBERS:";
cin>>a>>b;
product=a*b;
cout<<"\nPRODUCT OF TWO NUMBERS IS:"<<product;
getch();
}
hope this helps pls mark as brainliest
Similar questions
Social Sciences,
6 months ago
Hindi,
6 months ago
Sociology,
1 year ago
Math,
1 year ago
Physics,
1 year ago