+ 19
There's no straightforward way to find the center of the console screen here in SL, due to its limitations. But on a Windows or Linux machine, It would be possible in a variety of ways. (Most of them are platform dependent) For example, on Windows following code print out the coordinate of the center of the console window. (maximum number of columns divided by 2 and maximum number of rows divided by 2)
https://code.sololearn.com/c3zZSQPzZoiw