how write program in cpp to enter the sale value and print the agent’s commission
Hello friends, Welcome to your Techgsr.co blog. And today in this article we will how write program in cpp to enter the sale value and print the agent’s commission .So let’s go to our to. #include <iostream.h> #include <conio.h> void main() { clrscr(); long int svalue; float commission; cout << “Enter the total sale value : ” … Read more