User: RaxeN

  • Public profile

User profile: RaxeN

User info
User name:RaxeN
History
Joined:
Number of posts:11
Latest posts:

My first post ....12 element array
If you want it to run more then once then yes you would use a while loop. If you only want it to run...

My first post ....12 element array
[code] int main() { int num; int days[12] = {31,28,31,30,31,30,31,31,30,31,30,31}; cou...

My first post ....12 element array
[code] int main() { int num; // Stores the month the user wants to see how many days are in. ...

C++ program
He did most of it. The only problems he had were the identifiers and how he needed to output it.

C++ program
char is for storing a single character. An example would be "A". int is for storing an integer. An ...

This user does not accept Private Messages