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 employee=”” id:=”” “;=””>
cin>> employeeID;
cout
cout<“enter department:=”” “;=””>
cin >>department; cout
cout<“enter a=”” positive=”” integer=”” less=”” than=”” 80:”;=””>
cin>>num;
cout
salary=num*X;
cout<“id:>< employeeid=””>
cout<“department><><>
cout <“star:><>
cout<“wages:><>
cout<“x ==””><>
cout<“x+y ==”” “=””>< x+y=””>< endl;=””>
return 0;