1 /* 2 Use the arrows to create the song then guess what song it is 3 */ 4 package MMW; 5 6 import note.SNote; 7 8 public class NameThatSong { 9 10 public static void main(String[] args){ 11 SNote note = new SNote(); 12 note.play(); 13 note.rp();note.play(); note.rp(); note.play(); 14 note.lp(2); note.play(); note.play(); 15 note.rp();note.play(); note.rp(); note.play(); 16 note.lp(2); note.play(); 17 note.rp(2); note.play(); 18 note.rp(); note.play(); 19 note.rp(); note.x2(); note.play(); 20 note.lp(2); note.play(); 21 note.rp(); note.play(); 22 note.rp(); note.x2(); note.play(); 23 24 } 25 26 } 27 /* 28 frere jacque 29 */