this program will be able to recieve a single sentence as input, and then it will output that same
sentence, but in a box of asterisk.
Imahni-King-Murillo/Sentence-Asterisk-Framer
I read an idea similar to this one on the linked webpage. It called for an array of strings to be framed (which would be much easier), but I decided to make the program able to receive user inputted sentences and spit them back out within a frame of asterisks.
C++