#include <iostream>
#include <iomanip>
using namespace std;
int main() {
int basic=950,allowance=95,total=1045;
cout <<setw(10)<<"Basic="<<setw(10)<<basic<<endl<<setw(10)<<"Allowance="<<setw(10)<<allowance <<endl<<setw(10)<<"Total="<<setw(10)<<total;
return 0;
}
To embed this program on your website, copy the following code and paste it into your website's HTML: