If this is the proper place to ask for feedback on the efficiency of code, then here is a short program I wrote today. I just started C++ today, and have no other
experience with coding.
I would just like some feedback on the code, preferably methods on how I can optimize it. I have noticed a lot of people hate 'goto', but I could not think of another way to have the program go back to the start without it.