Computing.Net > Forums > Programming > help needed

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

help needed

Reply to Message Icon

Name: onerepublic
Date: October 2, 2009 at 02:46:31 Pacific
OS: Windows XP
CPU/Ram: 512
Product: Intel Core i7 i7-920 quad core processor
Subcategory: C/C++
Tags: XP
Comment:

Q1. Write C++ coding for each of the questions below
a) Find the maximum number of each row in the matrix below. You can use another variable called max to store the maximum number for each row. Display the result in the following format:

34 56 20 33 18
89 35 67 23 54
67 42 56 76 90
56 78 14 79 11



Sponsored Link
Ads by Google

Response Number 1
Name: Judago
Date: October 2, 2009 at 03:00:10 Pacific
Reply:

"well, at least he had to type it out, that counts for something doesn't it"


Batch Variable how to


0

Response Number 2
Name: Razor2.3
Date: October 2, 2009 at 05:24:34 Pacific
Reply:

Awesome. When you get past the, "Have people on the Internet do my homework for free" stage, let us know.

If you start doing your homework yourself, but run into problems, feel free to ask us. Make sure to include the code you're having problems with.

If you prefer to have the Internet to do your homework, well, that's an option, too.


0

Response Number 3
Name: Razor2.3
Date: October 2, 2009 at 05:25:22 Pacific
Reply:

Judago: well, at least he had to type it out, that counts for something
I counter that he probably copy/pasted from the course's online materials. But he also asked Yahoo Answers, so he gets +1 for that.


0

Response Number 4
Name: mna
Date: October 6, 2009 at 06:46:10 Pacific
Reply:

int max=0;
for(int i=0;i<rows;i++)
{
for(int j=0;j<cols;j++)
{
if(matric[i][j]>max)
max=matric[i][j]>max
}
}


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: help needed

C++ vs Pascal help needed www.computing.net/answers/programming/c-vs-pascal-help-needed/11150.html

Help!! Need ANSI/ISO C++ Compiler!! www.computing.net/answers/programming/help-need-ansiiso-c-compiler/2115.html

Task automation - help needed www.computing.net/answers/programming/task-automation-help-needed/11183.html