Help understanding a piece of codeIt's an alternative if statement. So basically, it means this: [code] if (j+1 == key.length()){ ...
PLEASE HELP HAVING ISSUES WITH A EXERCISEYou are correct Softrix. The then was meant to be commented out and technically you could just chang...
to print out an arrayWhat you're printing is the memory address of the array and not the values within it. An array is ba...
I really need help ! C++You can't just post a bunch of homework questions and expect us to do them for you. Try one of them ...
I need major help with For LoopsA for loop will not work in this situation because you don't know how many times you want the loop t...