You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
E
با C و ++C و سی شارپ به صورت زیر است
.
.
.
for (int i=1 ; i<=10 ; i++)
for (int j=1 ; j<=10 ; j++)
cout << (i*j) << "\t";
.
.
.