In a c++ program how to get an output like the following one:
* *
Basically, for example how to get three spaces between these two asterisks as an output?
In a c++ program how to get an output like the following one:
* *
Basically, for example how to get three spaces between these two asterisks as an output?