User profile: science

User info
User name:science
History
Joined:
Number of posts:18
Latest posts:

2d array issue yet again
ahhh i see so it would be like this for day 2 [code]int larg1=test[1][0]; for(int j =1;j < 3;j++) ...

2d array issue yet again
so if i did a part for day 2 would it be like this [code]int larg1=test[1][0]; for(int j =2;j < 3...

2d array issue yet again
these things is killing me, i am having an issue fnding the largest number from day 1 here is my cod...

2d array issue
thank you, cant beleive I did that I hsould of known better lol it is weird how most of the time its...

2d array issue
Hi I am having this issue my code is this . [code] #include <iostream> using namespace std...