#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);
}
The image is of the speedometer close up with tuesday written below and the road further goes towards luncikui road in navsari n...
No comments:
Post a Comment