025 2.net Salary
AI-enhanced title
#include<iostream>using namespace std;int main(){ float basic; float percentAllow; float percentDeduct; float netSalary;
netSalary=basic+basic*percentAllow/100-basic*percentDeduct/100;