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 cardWhy 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 confusedI 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 confusedWouldnt recursion work? Keep global variable K reference thats the number you want to go up to in th...
huge factorialWhy not use a recursive function? It may be slower for bigger numbers but its less code [code]int f...