#include <iostream>using namespace std;int main() { for (int i = 1; i <= 10; ++i) { cout << "2 * " << i << " = " << i * 2 << "\t"; cout << "3 * " << i << " = " << i * 3 << "\n"; } return 0;}
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment