I am having a problem with my code. I have to create a snake game and just right now(at the moment) I only need help printing ONE asterick'*' onto my 2d array titled snake where there is a border and display. Anyways, you don't understand how many times I have tried to accomplish this. I keep getting it wrong where the asterick is outside of the 2d array or it is in the same place every time I run the program so can someone please please help me to produce ONE (*)asterick on my 2d array that has my border already like [_] this. I'm thinking I need to create two integers and make them have a random number stored where I then would go like snake[int][int] = '*'; and then I would cout it. However like I said I'm having trouble and I've been on a lot of websites trying to get help. One last point. I was wondering if I need a for loop and if char a1 and a2 need to be integers, not characters. literally all I need is one asterick at a random place on the 2d array.