Question
Adding to an array
There is a textbox for the user to add their name, and 4 seperate ones to add a score per week. How can I make it so that the score is only added to the name specifically "called up". So if I enter the name :
John Smith
Score :
Week 1 : 5
Week 2 : 7
Week 3: 0
Week 4: 10
How can I make it so that the score 22 is only added in John Smith`s name and not the whole employee list?