trouble changing 1-D array into 2-DI have a program for finding the grades in a class of 10 students that uses 1-D arrays. My code is ...
why no output?Thank you for your help! I changed some things around and this is what I have. It works now. [cod...
why no output?This program is supposed to read 10 integers from an input file, save the largest and smallest integ...
string manipulation functions?I've been reading the reference site you suggested and also a book that I have, and I've come up wit...
simple while loopI am trying to write a program that takes a list of integers (for example: 7, 8, 10, 15, 26, 28, 9) ...