I would like to know if it is possible to store one string and one integer in a array ??

like i would like to store

"john" "45"
"darwin" "56"
"felicious" "20"

in an array. Is that possible ???