Posts

Showing posts from March, 2021

How to print your name using C++?

Image
  To print your name in C++ you need to write it in within double quotes after cout with the below code-