Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~138 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for bigskinny1989

This is the problem i have to do: Use a 3 x 4 matrix (i.e., a two-dimensional array with 3 rows and 4 columns). Each row contains the 3 coefficients of an equation and the solution. For example, in the equations given in the book: 3x + 2y - z …

0
44
Member Avatar for bigskinny1989

I need to know how to get this to calculate the maxvalue of my array. I don't really understand the whole initailizing functions thing. this is what i got so far. [code] #include <iostream> #include <cstdlib> using namespace std; //#include "stat_lib.h" int main() { double Ferdeg[100]; double celdeg[100]; double avg; …

Member Avatar for jonsca
0
94