Looking for help with the Switch Loop

First, let me say thanks for the help, I can see where my efforts were lacking now. But clearly understand everything you’ve given thus far except for the following:

little confused by this… So to clarify, your saying that this piece of code is needed in jsFiddle somewhere in order for it to work there, but I don’t need it for the actual live file, is that correct? And If so, I’m placing it where and how in the html or js on jsFiddle exactly.

Your note says, " after the method declaration instead of the onchange in the html". So my question is, am I replacing the “onchane = getPrice;” for “document.getElementById(‘service’).onchange = getPrice;” in the html. Or is it that I need to put this into the js somewhere. Pardon my newness to this, but I have a strong assumption that it goes into the js as it looks more like js than html to me. And if that is the case, please point me to where exactly, that would be appreciated.