8

solution

#include<iostream.h> #include<conio.h> int main () { float basic_salary , gross_salary , HRA , DA ; …

Load More
That is All