Math help needed for a beginner?Maybe this will help: [code]percent = studentscore / maxscore * 100.0[/code]
Uppercase or Lowercasetakaflaka, in fact, you can use the standard library function: islower(char ch) and isupper(char ch...
For loop vs For each loop for arraysKourosh23, the problem with your code is that arrays don't have range-for loops. Range-for loops a...
C++ arrays and array parameter - BUG!Kourosh23, the problem with your code is that a unknown sized array (in your code, n[]) can't be pa...
The use of externdhayden and Golden Lizard, thank you very much. I've modified my code and it works as desired now.
This user does not accept Private Messages