Skip to main content
Search
Search This Blog
be professional programer java and c++ as well android programing
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
December 07, 2017
THE PRODUCT OF TWO NUMBERS IN C
#include<studio.h>
#include<conio.h>
void main()
{ int x ,y , product=0;
printf("enter the numbers x and y ");
scanf("%d%d",&x,&y);
product = x*y;
printf("product = %d ",product);
getch()
}
Comments
Popular Posts
June 19, 2016
C++
June 19, 2016
First frogram in c++
Comments
Post a Comment