Age Calculator ProblemWell, from my point of view, you got a lot to do to debug this program. Here are some problem I foun...
Can't get data into a loop in a loopI guess it is not a problem as you said "loop in a loop". So far as I see, outer loop is no problem....
Beginner question. Please helpAfter the for loop ends, x is 8 so, [code]cout <<sample[x];[/code] will try to output element simp...
Array outputLine 20-29, should use array[i] rather than array[n]. This is what I found so far.
Can anyone explain this to me PlzWell I just found this: [u]http://en.cppreference.com/w/c/language/eval_order[/u] "Order of evaluati...
This user does not accept Private Messages