#include <stdio.h>
int main() {
float we,s;
printf("Enter Work Experience & Salary:");
scanf("%f%f",&we,&s);
if(we>=5)
{
s=s*1.5;
}
printf("Salary=%.2f",s);
}
Hi, namaste Krishna. So today we will be talking about that everyone is going through something in their life. Be it you, be it your friend...
No comments:
Post a Comment