Question #37576

3 6 9 12
4 8 12 16
5 10 15 20
plz solve this program
1

Expert's answer

2013-12-09T11:01:54-0500

Answer on Question#37576 - Programming, C++

36912

481216

5101520

plz solve this program

Solution.

#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
    for(int i=3; i<6; i++)
    {
        for(int j=1; j<5; j++)
        {
            cout<<i*j<<" ";
        }
        cout<<endl;
    }
    system("pause");
    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS