What im trying to attempt is when the user decides to input a message I would like to store every keystroke in the array until he or she is satisfied with the message then I would like to send the message by using arrays I can easily loop the message so for example the user inputs "Accident near exit 101" . I would like to store that in an array and since I will be storing every keystroke the program will take "A" and store it in temp[0] then store "c" in the next array element which would be temp[1] and so on.
Also I went and uploaded my current program to clarify that I am using PBP
Bookmarks