Which of the following functions accurately creates internet acronyms? The function should take in three strings as parameters, and it should return an acronym made of the first letter of each string. For example, if "be"
, "right"
, and "back"
are entered as parameters, the function should return "brb"
.