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.

~1K People Reached
Favorite Tags
c++ x 6
Member Avatar for joru819

Hi everyone, well I am 31 and decided to change careers. I am currently a Law Enforcement Officer and have been one since I was 18 and in the military. I went back to school and got my A.S. in Information Science and Technology from Penn State and am about …

Member Avatar for JorgeM
0
210
Member Avatar for joru819

[CODE]#include <iostream> #include <string> #include <cstdlib> #include <ctime> using namespace std; void displayCardFace(int value)// gives 10 value cards a face to make gameplay more realistic { if ((value >= 2) && (value <=10)) cout << value; else if (value == 1) cout << "Ace"; else if (value == 11) cout …

Member Avatar for abhimanipal
0
106
Member Avatar for joru819

Hi everyone, I have been a long time forum viewer but first time poster. I am really struggling with this project I am working on. I created the three functions but they are not being called when the input matched the else ifs. I really don't understand this problem. I …

Member Avatar for Fbody
0
737