//expressions and variables #include #include using namespace std; int main() { float salary; float tax; cout <<"Enter Salary: "; cin >> salary; cout <<"Enter tax rate : "; cin >> tax; cout << "Total tax paid= " <