#include <stdio.h>
int main() {
float s;
char g;
printf("Enter salary and grade:");
scanf("%f %c", &s, &g);
if(g=='A')
{
s=s*2;
}
printf("Net 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