Ok it's beyond the scope of this programming exercise, but I want to create a loop that will allow me to input any number of characters and the loop gets each character in the string and places it at regular intervals at specific coordinates in a circular pattern... This I'm sure will require Trigonometry which I'm not really too familiar with yet, but I can tell you that the center coordinates and circle radius will already be predetermined, so based on the Radius of the circle and coordinates how would I make an algorithm that can calculate the coordinates...think of this like a clock and your wanting to place 12 numbers in intervals around the outside of the circle...If you need any specifics ask me and I'll let you know
The reason I'm wanting to do this is so that anytime I wish to place text in such a way in my program I can import a piece of code that will only need the string and it will do the rest.
Edit: This loop should be able to calculate the position based on the number and size of circle
Edit: If anyone even knows a formula that exists for such an operation then I would be happy to study it for myself