Answer:
All the messages a user sent: ARRAY
the highest score a user has: VARIABLE
a user name and password
VARIABLE
Step-by-step explanation:
Using an array to store series of messages is ideal and using variables to store username and password and score is the right thing to do.