#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);
}
}
https://youtube.com/shorts/1GJpFnKyU88 So, I think I learned the difference between the self-respect and the ego in terms of making effort...
No comments:
Post a Comment