User profile: wong1546

User info
User name:wong1546
History
Joined:
Number of posts:2
Latest posts:

2D array problem
#include <iostream> using namespace std; int main (){ int workspace[3][3]={{41,42,43},{42,46,...

Help!! I am lost
Write a C++ program that will ask the user for two positive integers a and b. You may assume that bo...