User profile: Noonies

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

High Low Program
#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(void) { sra...

High Low Program
I have been having a huge issue with my compiler. so please bear with me. The code that I am to wr...

Am I on the right track.
when i go to run without debugging all that comes up is press any key, im so flustered what have i...

Am I on the right track.
tHIS IS WHAT I HAVE SO FAR: #include <iostream> #include <iomanip> #include <ctime> using namespac...

Am I on the right track.
Please Help: Objective: To create a C++ Console application that utilizes looping control structu...