int digit;
cout << "Enter digit: ";
cin >> digit;
cout << "\n";
for (int i = 0; i<digit; i++)
{
system("pause");
cout << "Enter digit: ";
cin >> digit;
cout << "\n";
for (int i = 0; i<digit; i++)
{
for (int j = 0; j<digit; j++)}
{
if ( j == digit / 2 + i || j == digit / 2 - i || j == i - digit / 2 || j==digit-i+digit/2-1)}
cout << "*";else
cout << " ";
cout << endl;
system("pause");
Комментариев нет:
Отправить комментарий