• с++ !!!!Написати функцію, що виводить на екран прямокутник з висотою N і шириною К. ​

Ответы 1

  • #include <iostream>

    using namespace std;

    void printRectangle(int height, int width)

    {

    cout << "Height: " << height << " Width: " << width << endl;

    }

    int main()

    {

    printRectangle(5, 10);

    printRectangle(10, 20);

    printRectangle(15, 30);

    return 0;

    }

  • Добавить свой ответ

Еще вопросы

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years