User: redsuns

  • Public profile

User profile: redsuns

User info
User name:redsuns
History
Joined:
Number of posts:12
Latest posts:

Loop(s) assistance.
you can also add another do-while asking if you want to rerun the program.

Loop(s) assistance.
i would do this [code] #include <iostream> using namespace std; int main() { char input; d...

finding the average using an array?
i would do this cause you only want to loop your addition. [code] for (int i = 0; i < 20; i++) ...

Reversing integers in an array?
my class just did this but im too tired to think right now so heres my code for reversing arrays [c...

Reversing integers in an array?
try doing this for your print for loop do for(int x = counter - 1; counter >= 0; x--){ cout << int...

This user does not accept Private Messages