User profile: kingkush

User info
User name:kingkush
History
Joined:
Number of posts:282
Latest posts:

Should I quit?
I was in your same shoes. I was struggling learning to code learning in c++. After 2 quarters i didn...

Change value for card
Why not place an if statement to check to see if there are 2 aces. If theres two aces the second ace...

Interview Question that got me confused
I never said to print the number and you would have the value at the moment of calling... but if the...

Interview Question that got me confused
Wouldnt recursion work? Keep global variable K reference thats the number you want to go up to in th...

huge factorial
Why not use a recursive function? It may be slower for bigger numbers but its less code [code]int f...