using namespace std; int main() { int X,H; double m; cin>>X>>H>>m; cout<<”NUMBER = “<<X<<endl; printf(“SALARY = U$ %.2lf”,H*m); return 0; }