You are on page 1of 1

#include <iostream>

using namespace std;

int main()

{ int i;

for ( i=1; i<=25; i++)

cout <<"\n 11 * "<<i<<"= "<<11*i;

return 0;

//////////////////////////////////////////////////////////////////////////////////////////////////////

You might also like