Rewrite the following program so that it is properly formatted. (13) #include #include using namespace std; const double X = 13.45; const int Y=18; const char STAR= '*'; int main() { string...


Rewrite the following program so that it is properly formatted. (13)


#include #include using namespace std;

const double X = 13.45;


const int Y=18;


const char STAR= '*';


int main()


{


string employeeID;


string department;


int num;


double salary;


cout<"enter>


cin>> employeeID;


cout


cout<"enter>


cin >>department; cout


cout<"enter>


cin>>num;


cout


salary=num*X;


cout<>


cout


cout


cout


cout<"x>


cout<"x+y><><>


return 0;


}





May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here