#include
using namespace std;
int main
{
int a, b, num;
for (a=1; a<=10; ++a)
{
for (b=1; b<=5; ++b)
num=a*b;
cout<
}
return 0;
}
Answers
Answered by
0
Answer:
GO TO PYTHON AND ENTER
Step-by-step explanation:
Similar questions