Answers for "C++ Rectangular Form"

C++
0

C++ Rectangular Form

cout << "Input the number: ";
    cin >> x;

    cout << "\n";
    cout << " " <<x<< " " <<x<< " " <<x<< " " <<x<< endl;
    cout << " " <<x<< "  " << "  " << " " <<x<< endl;
    cout << " " <<x<< "  " << "  " << " " <<x<< endl;
    cout << " " <<x<< "  " << "  " << " " <<x<< endl;
    cout << " " <<x<< "  " << "  " << " " <<x<< endl;
    cout << " " <<x<< " " <<x<< " " <<x<< " " <<x<< endl;
Posted by: Guest on March-09-2022

Code answers related to "C++ Rectangular Form"

Browse Popular Code Answers by Language