Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~163 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for wad11656

So basically I have: // FUNCTION double function(yadee_yada) if (input < 0) { return 0; } else { return something; //code } // END FUNCTION //MAIN int main { int menu; int input; do { cout << "Press 1, 2 or 3 (3=quit program)."; cin >> menu; switch (menu) { …

Member Avatar for Banfa
0
163