#include <stdio.h>
int main()
{
float s,e;
printf("Enter salary & work experience:");
scanf("%f %f",&s,&e);
if(e>=5)
{
printf("Net Salary=%.2f",s*1.5);
}
else
{
printf("Net Salary=%.2f",s*1.25);
}
}
YouTube Video Hi. So, uh very happy brother's day to all the lovely brothers out there who has been endlessly working on and uh taking ...
No comments:
Post a Comment