I need to store an array for 5 string values, (Names) then I need to store 2 separate numbers (test scores) to each name and display these in a output text box.. the names have to already be in the program, and the test scores are entered to the name in the list
I need code that will do this when I click a save mark button
e.g.
Names score 1 score 2
Tom 23 23
Sam 0 0
Bob 9 34
Jim 0 0
Stewart 0 0
can anybody help me?
I need code that will do this when I click a save mark button
e.g.
Names score 1 score 2
Tom 23 23
Sam 0 0
Bob 9 34
Jim 0 0
Stewart 0 0
can anybody help me?