#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!
Related Posts:
rupee to dollar using c
0 comments:
Post a Comment