Reads in the size of a square from the screen;
2. Prints a hollow square of that size out of “-“, “|” and
blanks on screen;
3. Prints the same hollow square onto a text file.
Your program should work for squares of all side sizes
between 1 and 20.
---
│ │
│ │
│ │
---
No Answer is Posted For this Question
Be the First to Post Answer
What are default parameters? How are they evaluated in c++ function?
How the compilers arranges the various sections in the executable image?
What is abstraction c++?
What is name hiding in c++?
Is c++ still in demand?
Should I learn c or c++ or c#?
what is the emaning of '#include" "'?
Can we specify variable field width in a scanf() format string? If possible how?
What is isdigit c++?
What is the main function c++?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Write a note about the virtual member function?