Horje
C++ Rectangular Form Code Example
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;




Cpp

Related
ask a question and answer it in code c++ Code Example ask a question and answer it in code c++ Code Example
string erase Code Example string erase Code Example
string format decimal places c++ Code Example string format decimal places c++ Code Example
file streams in c++ Code Example file streams in c++ Code Example
c++ pass function as argument Code Example c++ pass function as argument Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10