> rupee to dollar using c ~ Online tutorial

rupee to dollar using c

#include
#include
void main()
{
int d;
clrscr();
printf("\n enter the value$");
scanf("%d",&d);
printf("\n now the rupees value is:%d",40*d);
getch();
}
>/tr>
Output
enter the value$ 2 now the rupees value is 80

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: