just wondering how to append a slice to the end of the slice IE val alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
alpha.slice(13,26)
"NOPQRSTUVWXYZ"
then add to "ABCDEFGHIJKLM"
to produce NOPQRSTUVWXYZABCDEFGHIJKLM
.
My teacher has asked us to produce Map[Int, string]. been stuck banging my head against the wall on this for a fair while Thanks