int main(){ int a,b; float c; scanf(“%d %d %f”, &a,&b,&c); printf(“NUMBER = %d \nSALARY = U$ %.2f”,a,b*c); return 0; }