Working with Console Inputs
Let’s take the simple example from before, and work on getting inputs from a user: In the example, we specifically set the radius, however we want to get that information from the user. With Python, we had a single command, however in C++ getting an input will consist of two steps. First we need to…