#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);
}
Quote 55: Your brand grows through authentic achievements. Quote 54: Personal branding is clarity, consistency, and credibility. Quote 53: E...
No comments:
Post a Comment