User profile: Tulu

User info
User name:Tulu
Name:Zackary
Location:Oregon // USA
Bio:Started Coding:
Jun 1st, 2017

Full-Time Warehouse Supervisor

History
Joined:
Number of posts:4
Latest posts:

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 variables
Like 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 variables
I 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 code
You don't have a variable for commisionRate; Simple as that! [code] #include <iostream> #include <s...