User: jonathon378

  • Public profile

User profile: jonathon378

User info
User name:jonathon378
History
Joined:
Number of posts:5
Latest posts:

Help on program to find days in month with leap years
Edit: Solved, thanks for help.

Help on program to find days in month with leap years
[code] #include <iostream> using namespace std; int month; bool isLeapYear(int year) { bool is...

Help on program to find days in month with leap years
Hello! So I have a code here which determines whether a year is a leap year or not: [code] #includ...

C++ - Help with matrix!
Appreciate it man, thanks for clearing it up.

C++ - Help with matrix!
Hello! So I have this code which displays a 3 by 3 matrix and outputs each element as a 0 or 1, usin...

This user does not accept Private Messages