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
~296 People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for MikeKristal

I took out a lot of code, hence all of the variables you can't see, but for some reason, this part is the only one thats screwing up. When you enter zero, its supposed to "cout" a phrase that you don't have money, but when I run it, it tells …

Member Avatar for MikeKristal
0
100
Member Avatar for MikeKristal

I have a question, my code doesn't work right, I try to put in a break, so it understands to go to the next case, but it doesn't do anything...Does anyone know how to make it run so that the Username enter in correctly and run the rest of my …

Member Avatar for MikeKristal
0
102
Member Avatar for MikeKristal

Hello, I'm trying to write a conditional IF statement for my program. What it's supposed to do is allow the user to enter numbers at random, but it cannot repeat any numbers. [ICODE]#include <iostream> using namespace std; void main() { int a; int b; int c; int d; int e; …

Member Avatar for Duoas
0
94