User: jpperera

  • Public profile

User profile: jpperera

User info
User name:jpperera
Name:Joseph Prasa Perera
Location:London, Ontario
History
Joined:
Number of posts:10
Latest posts:

Int Array trouble
my prof wants me to use a two dimensional array. if it was one i would have no problem doing so. ...

Int Array trouble
#include<iostream> #include<string> const int MAX_A = 3; const int MAX_B = 4; //declare tw...

ASSISTANCE NEEDED!!! Thank you
if( sizeof(numberArray) > 12){ cout<<"Error, you've entered more than 12 numbers"<<...

ASSISTANCE NEEDED!!! Thank you
int main() { // declaring variables using namespace std; int MAX_A = 3; int MAX...

ASSISTANCE NEEDED!!! Thank you
if( (MAX_A * MAX_B) > 12){ cout<<"Error, you've entered more than 12 numbers"<<endl; // break...

This user does not accept Private Messages