Attempting to sort arrays using for loops, however if/else if statements are not acting as I expected.Update! [code]#include "stdlib.h" #include <iostream> #include <cstdlib> #include <ctime> using na...
Attempting to sort arrays using for loops, however if/else if statements are not acting as I expected.Hey Andy, thanks for the reply. I'm pretty sure I have the for loop working the way I want it to. I ...
Attempting to sort arrays using for loops, however if/else if statements are not acting as I expected.My goal is to create a function which will sort an array so that a specific number (int e), is moved...
This user does not accept Private Messages