#include <stdio.h>
int main() {
float s,b;
printf("Enter salary:");
scanf("%f",&s);
b=s*0.50;
if(b<10000)
{
b=10000;
}
else if(b>25000)
{
b=25000;
}
printf("Bonus=%.2f",b);
}
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