
Patrick B. answered 02/28/21
Tutor
4.7
(31)
Math and computer tutor/teacher
use a FOR LOOP!!!!
//------------------------------------------------------
//N is the # of records in the array
for (iLoop=0; iLoop<N; iLoop++)
{
stack.Push ( arr[iLoop] );
}
Chris L.
Thanks for the help.03/01/21