#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);
}
https://youtube.com/shorts/MMo2JOc3mzc Hey. So, uh recently I was in a discussion with my brother, elder brother, let's say. And we we...
No comments:
Post a Comment