#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>
enter the value$ | 2 | now the rupees value is 80 |
#include
enter the value$ | 2 | now the rupees value is 80 |
0 comments:
Post a Comment