Guest_imported
New member
- Jan 1, 1970
- 0
I need to write a small program that will assign the letter 'S' to an array a number of times, depending on how many times I ask for;;
That means if I chose number 5, then the program will assign S five times inside the array "let's say array[0]" so array[0]=SSSSS
Thanks
That means if I chose number 5, then the program will assign S five times inside the array "let's say array[0]" so array[0]=SSSSS
Thanks