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
Ranked #107.79K
1 Posted Topic
this is our revision,but we could not debug it. we just a beginner in c++. would you like to show to us the right way? #include<iostream> #include<cmath> using namespace std; int main() { void determinant(int i, int j); int a1,a2,b1,b2,det; int det[2][2]={(11),(22),(33),(44)}; for (int i=0;i<2;i++) { for(int j=0;j<2;j++) { cout<<det[i][j]<<endl; …
The End.
nina@cika