#include <stdio.h>
int main()
{
float s;
char g;
printf("Enter salary & grade:");
scanf("%f %c",&s,&g);
if(g=='A')
{
s=s*2;
}
else
{
s=s*1.5;
}
printf("Net Salary=%.2f",s);
}
my mom has been doing research on every products since more than 20 years along with managing family of around 20 members and upbringing me...
No comments:
Post a Comment