VS Terminal Question

Hi

I’m new to visual studios so pardon my unfamiliarity but my terminal looks something like this:

And I was wondering if this was what it was supposed to look like for MacOS. I saw on the videos every time the program was compiled a few lines of the text showed up and I was wondering if it is because I’m using Mac and the examples are in windows that the terminals look different when I compile the code.

One more thing, is the % after my “Hello World!” message supposed to be there? Or did I somehow get it there?

Thank you!

That is the terminal showing the end of the output as you didn’t end with a newline, which is what ends a line.