#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);
}
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