Develop a program that will display a rectangle of *
Example : 5 Columns: 7 ******* ******* ******* ******* *******
Posted by uehara123 2019-01-24 03:38:10
#include using namespace std; int main(){ int rows, cols; cout<<" Enter number of rows : "; cin>>rows; cout<<" Enter number of columns : "; cin>>cols; cout<<" Output is : "; for(int i=0;i
Admin posted 2019-01-24 14:42:36
Recent Links
- How to find if Link List is circular..
- Write C++ programs to perform the follow..
- Develop a program that will display an *..
- Response.Output.Write()..
- ViewState..
- Difference between web config and machin..
- adding file problem..
- Does virtual function increases size of ..
- Problem:It should be mouseover, 2 red bo..
- How to do coding for the security of rou..
- more..