I just started to learn C++. So there are many new things I do not know. My question is that how I can get 4 different numbers from the user and connect them with dots and print them. I have tried to research many different ways but I am not really sure what to use to start off so I am pretty confused. For example. My input numbers would be:
1
2
3
4
and the output should looked like:
1.2.3.4.
Thank you so much in advance!