function void main()I believe this is what you wanted.. [code] #include<iostream> using namespace std; void f() { int...
rite a program which asks the user his/ her major and gpa stores them in variablesLike This! (can't believe I didn't notice that) [code] #include <iostream> #include <string> using...
rite a program which asks the user his/ her major and gpa stores them in variablesI don't know what you planned but I changed to this! I believe the issue was the cout<<"you have a...
What is wrong in this codeYou don't have a variable for commisionRate; Simple as that! [code] #include <iostream> #include <s...