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
~90 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for floyd54

Heres the code I have so far. [CODE]#include <iostream> #include <cstdio> #include <cstdlib> using namespace std; int main() { int row, column, done, i, c; string row_num; cout << "Please enter the numbers of rows and columns "; cin >> row; cin >> column; cout << "Please enter the numbers …

Member Avatar for Murtan
0
90