Code ImprovementFor initializing your 2D Display array: [code] int Display[10][10]; for(int index = 0; index < 10; ...
Please Help Once I removed the precompiled header, stdafx.h, and the semi-colons after the if statements, I got ...
Simple array questionIf you want to see what the values are in your array, you can always loop through them via a for loo...
How to calculate median?I agree with above. Sorting and finding the middle value is definitely an option for finding the med...
This user does not accept Private Messages