Finish the code to assign a music file named guitar located in the raw directory to the mpGuitar MediaPlayer instance : mpGuitar = ______________________________.
Fill in the blank(s) with the appropriate word(s).
MediaPlayer.create(this, R.raw.guitar);
Computer Science & Information Technology